This topic has 2 replies, 2 voices, and was last updated 7 years, 12 months ago ago by Olga Barlow
Hi I have two issues with the mobile version
1. mobile version shop page, category page sub category pages
Below the categories are the top rated products and recently viewed products i want to completely remove them from the mobile version?
i think it has to do with the shop sidebar anyways can I change this? remove it completely? or add them below the products?
2. I have a 4 column footer widget anyway to remove them in the mobile version? All of the footer or some of the them and keep them in the other versions?
Thankyou
number
thankyou
I
Hello,
1) Theme Options > Styling > Custom CSS added the following code in appropriate areas http://prntscr.com/de29o9
.post-type-archive-product .sidebar-widget.widget_top_rated_products {
display: none;
}
If you want to change sidebar position for mobile you can do this in Theme Options http://prntscr.com/de2ad3
2) You can do this only if you use custom footer. I have created Static Block – Footer and added this block into your footer widget area. Go to Static Blocks > edit Footer static Block and columns http://prntscr.com/de2va4
Regards
You must be logged in to reply to this topic.Log in/Sign up