Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #802114

    Hi Guys,

    I hope you can give a litte hint on this. I’ve tried already myself a few things with CSS but nothing works as expected.

    To keep it short: I want to center the product image including summary on a single product page.
    Currently it looks like this:
    Not Centered

    But i need it like this screenshot:
    Centered

    Thanks a lot for your help!

    #802384

    Hey force-media,

    Thanks for the screenshots. Could you post a link to an example page so that we can take a closer look please?

    Best regards,
    Rikard

    #802443

    Hey Rikard,

    Thank you for your response. Please find URL and login credentials in privat content section.

    #803661

    Hi force-media,

    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

    
    @media only screen and (min-width: 990px) {
     .product-template-default.single.single-product .product {
         margin-left: 20%;    
      }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #804505

    Thanks for your support Victoria, it’s working as expected. Please feel free to close this topic.

    #804854

    Hi,

    Great, glad we could help. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Alignment of Product Image and Product Summary on Single Product Page’ is closed to new replies.