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
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