Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1272210

    Hello,

    I’m working on a concept and I’d like to have a sidebar on the left of the product image on a productpage.

    Default the sidebar is alreayd left but shown under the product image.

    I’ve followed the steps from https://kriesi.at/support/topic/enfold-sidebar-on-single-product-pages/. When I follow these steps my page layout will break.

    Demo site: https://clixer.nl/law/?product=yanolo-business-shirt

    As you can see the sidebar ‘PRODUCTCATEGORIEËN’ is under the product image and not aligned left.

    I hope someone can help me out solving my issue.

    Best regards,

    Dave

    #1273066

    Hey Dave,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .single-product-main-image {
        display: flex;
        flex-direction: row-reverse;
    }
    

    I am not sure this will give you the desired look though.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1273338

    Hi Victoria,

    Thank you, this is exactly what I wanted to achieve!

    Is it possible to have the sidebar + product image with description devided over 2 columns on tablet?

    Best regards,

    Dave

    #1273440

    Hi Dave,

    I am not sure how you mean. Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

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