This topic has 9 replies, 3 voices, and was last updated 2 years, 11 months ago ago by Rose Tyler
Hello, how to turn on off-canvas for cart button on mobile panel (https://prnt.sc/21a0j4s)? i see on the official theme demos it is possible, also can i turn on same feature for wishlist button?
how to increase footer width? https://prnt.sc/21a3k47
Hello,
Could you, please, provide us with WP Dashboard access to your site? We’ll check the settings you use and help you.
Regards
here
Hello,
1) Footer inherits you container width that you set in Theme Options > General > Site width. So, if you want to increase that then just change that width to 1500 for example.
2) If you want to have off-canvas once you click the cart from mobile then the cart element should be in the mobile header https://prnt.sc/21eibi3
In case you don’t want to show cart in the header then you can hide it using below custom in Theme Options > Custom CSS
.mobile-header-wrapper .et_b_header-cart {
display: none;
}
Regards
Hi, thank you for reply. I had insert custom css code it hides cart button from header but after that cart button in mobile panel does not work either, when i press it off-canvas menu does not appear and mobile panel gets hide((
Hello,
Oh, sorry. I have replaced with the code below
.mobile-header-wrapper .et_b_header-cart .et_b-icon {
display: none;
}
Check your cart in the mobile panel now.
Regards
Thank you)) is there possibilities in theme options to change color and edges radius for this buttons? (https://prnt.sc/21jbo9r) (https://prnt.sc/21jbost) (https://prnt.sc/21jbpfp) (https://prnt.sc/21jbpfh)
Hello,
Theme Options > Styling > settings for Buttons
Regards
Tagged: best selling, button, cart, mobile, off canvas, panel, themes, woocommerce
The issue related to '‘off canvas for mobile panel cart button’' has been successfully resolved, and the topic is now closed for further responses