Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #514927

    Hi Please help ,
    – My responsive menu toggle button not float on right normally.
    It’s dropdown to another line below the logo. I need it be on the same line.
    Please see the image
    http://i59.tinypic.com/fkruq8.jpg
    – How to remove sidebar from all the pages in WooCommerce ?

    Please help Thank you very much

    • This topic was modified 8 years, 6 months ago by zmkstudio.
    #515237

    Hey zmkstudio!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .woocommerce .sidebar { display: none !important; }
    @media only screen and (max-width: 990px) {
    nav.main_menu-uber {
        width: 50%;
    }}

    Regards,
    Yigit

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