On my smartphone, my footer menu is not displaying.
and when I click on VIEW CART this is what I see cut off
HOw do i fix this?
Also, How to change the sidebar for the shop page from right to left?
Hey elames,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
This is the testing site: http://bluemontinluray.com/wp
Hey!
Regarding footer menu, please refer to this post – http://kriesi.at/documentation/enfold/display-footer-menu-scroll-to-top-button-on-mobile/
Then add following code to Quick CSS
@media only screen and (max-width: 480px) {
.cart_dropdown .dropdown_widget { right: -20px; }}
Best regards,
Yigit
Had to make it -50px to center on the phone.