Viewing 10 posts - 1 through 10 (of 10 total)
  • #20080
    paololee
    Member
    Post count: 149

    Hi there,
    i am trying to figure out how to move the products title from top right to the left above the price. See the attachment please. I can image you guys can not support the changes, but hope you guys are willing help me to find the line code and file to modify. As i mentioned in previous post, i hide the product title, but i think its better idea show the tile in a different part of the template.

    Many thanks
    P.

    #20277
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hi!

    This sure is possible, but I’m afraid it’s not built into the theme and would have to be modified especially for you. We’d love to help you with this customization but we are only able to provide support for basic theme issues and bug fixes. We do provide support for small customizations but unfortunately this request is beyond that. Please see our general policy and guidelines for more info. You could also hire a developer to help you with your customizations.

    Thank you for understanding!
    Cheers!

    #20285
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Try this in custom CSS

    .heading-text
    {
    float: right !important;
    }
    #breadcrumbs
    {
    float: left;
    }
    

    Let me know, what you got.

    Thanks,
    laranz.

    #21419
    paololee
    Member
    Post count: 149

    Thanks for the informations ๐Ÿ˜‰

    I tried to use the code but it doesn’t look good …

    For now it fine like this

    ๐Ÿ˜‰

    #21424
    paololee
    Member
    Post count: 149
    This reply has been marked as private.
    #21591
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi paololee,

    I didn’t see that in your website, you hide page title.

    Thanks,
    laranz.

    #22007
    abdesign
    Member
    Post count: 8

    Hi Laranz!

    I’ve been trying to do the same manoeuvre as Paolo. I’d liek the Product title to appear just above the price (so pushing the price and right hand contents down so that the product title will align with top of the image).

    Your CSS swaps the breadcrumb trail with the product title – nearly but not quiet there tho as it stays in the grey section.

    Any other ideas? Your so close! haha

    #22026
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Can you post your website URL?

    Thanks,
    laranz.

    #22075
    abdesign
    Member
    Post count: 8
    This reply has been marked as private.
    #22238
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Try this.

    Go to single-product.php

    and find this in line #59

    
    <div class="heading-text">

    and change that to

    <div class="heading-text span6">

    Let me know, what you got.

    Thanks,
    laranz.

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register