Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #710990

    Hi, I would like the content to fill up entire screen on center.

    WooCommerce suggsted this code which I have placed in the Quick CSS but not much is happening.
    /*Expands column width for product in woocommerce*/
    .single-product .product .summary { width: auto; }

    Page in question is https://sos-safetyonlineschool.com/product/ticket-removal/

    Any suggestions on changing the code for enfold theme?
    Thanks
    Ron Mann

    • This topic was modified 7 years, 5 months ago by ronmann.
    #711296

    Hey ronmann,

    If you are not using product images, please add following code to Quick CSS in Enfold theme options under General Styling tab

    .single-product-main-image {
        display: none;
    }

    Best regards,
    Yigit

    #711308

    Hey Yigit,
    Perfect. This did it.
    Thanks so much,
    Ron

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘css for product page in woocommerce’ is closed to new replies.