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

    Hi Have set my page width to 1366px. Unfortunately I cannot change the size on a Woocommerce product-category page . The product images spread to the full width of the page and I need to make it about 1100px for the product pages only so the images reduce in size. I tried the code below without success.

    ` body.responsive.layout-full.product_category_ID=220 #page-wrapper #main .full-container {
    max-width: 960px;}`

    Regards
    Richard

    • This topic was modified 5 years, 4 months ago by Richard.
    #1114456

    Hey Richard,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1114547
    This reply has been marked as private.
    #1114637

    Hi Richard,

    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

    .responsive #top.woocommerce.woocommerce-page .container {
        max-width: 1100px;
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1114743

    Hi Victoria
    Perfect thank you….just annoying that I could not do it myself
    Regards
    Richard

    #1115124

    Hi,

    You’re welcome! There are a lot of css tutorials around the web if you want to learn more, but don’t hesitate to open a new thread if you need additional help. Have a nice day.

    Best regards,
    Ismael

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