paulgeneva Posted January 28, 2019 Share Posted January 28, 2019 Hello, Question ) I'd like to remove white space (image 3.png) on mobile device Description of my concern) On homepage, best seller block is displayed. On PC display, there is no white space(image 1.png and 2.png) :: Good But on mobile device (smart phone and ipad ), white space appear on top and down of best seller section (image 3.png) Help) How to remove this white space on mobile device please ? Thank you ! Link to comment Share on other sites More sharing options...
razaro Posted January 28, 2019 Share Posted January 28, 2019 Hi You can remove that space by adding new CSS code in /themes/classic2/assets/css/style.css file, after line 590 that says section { padding: 20px 0; } add section.featured-products { padding: 0; } so it looks like section { padding: 20px 0; } section.featured-products { padding: 0; } Save file and if needed clear cache. Link to comment Share on other sites More sharing options...
paulgeneva Posted January 29, 2019 Author Share Posted January 29, 2019 Thank you so much ! It works wonderfully. 😀 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now