Tagged: 

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

    Hello Enfold

    How do I enable a full width shop, without the sidebar?

    Setting the sidebar to display:none, doesn’t provide full width functionality.

    #728509

    Hey Synergi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .woocommerce .content { width: 100% !important; border: none !important; }
    .woocommerce .sidebar { display: none !important; }
    

    Best regards,
    Yigit

    #728516

    Hello Yigit

    Thank you for that, it works!

    I am having a problem with WPML and colours and WooCommerce variants changing, should I open a new thread for that?

    #728523

    Hi,

    glad it’s working for you and yes please open a new ticket about that.

    Best regards,
    Andy

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Full width WooCommerce shop’ is closed to new replies.