This topic has 6 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler
Hello,
1. The thumb pictures of my products are blurry i some places such as on the homepage and at the featured products but is ok on the shop page. I already use a thumb re loader plugin but it seams not to completely solve the problem.
2. is there a way to leave the side bar on pages in pc but not on cell phones?
thank you
Hello,
1. Please provide us with temporary wp-admin access.
2. It is possible by using custom css code.
Regards
thank you, where can i find this custom css?
credentials in the private box
1. Please see screenshot http://prntscr.com/ldkrn3
you need to set 360 here – http://prntscr.com/ldkrx9 and then regenerate thumbnails.
2. The custom code depends on your needs. Do you want to remove the sidebar on mobile of all pages on your site? If the sidebar needs to be disabled on mobile on s separate page only, provide me URL.
Regards
Yes i want to remove the side bar on all pages on mobile
Please try to add this code
.sidebar {
display: none;
}
in Theme Options > Custom css > Custom CSS for mobile
Regards
You must be logged in to reply to this topic.Log in/Sign up