[Resolved] Woocommerce product page title beneath image

Home Forums Support [Resolved] Woocommerce product page title beneath image

Home Forums Support Woocommerce product page title beneath image

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #696009
    Daniel

    Hi, I can’t seem to figure out why the title is falling onto the next line under the image, any ideas? Thanks!

    https://www.dropbox.com/s/pe092v3jjndm9hp/Screenshot%202018-10-08%2013.09.21.png?dl=0

    #696037
    David
    Staff
    Customer Support

    Hi there,

    can you share a link to the site? You can edit your original topic and use the Site URL field for privacy.

    #696053
    Daniel
    #696056
    David
    Staff
    Customer Support

    Looks like you have some Custom CSS for the widths of the gallery and the summary eg.

    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        width: 60%;
    }

    The %’s need to lower, currently gallery is 35%, summary is 65% but they dont consider the margins and padding being applied. So adjust the above CSS to width: 55%; and it should be resolved.

    #696063
    Daniel

    Brilliant, thanks, I’ll try that!

    #696067
    David
    Staff
    Customer Support

    You’re welcome. Let me know 🙂

    #696145
    Daniel

    It worked, thanks!

    #696235
    David
    Staff
    Customer Support

    Awesome – glad i could be of help.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.