GFXD Posted August 16, 2020 Share Posted August 16, 2020 Site URL: https://www.gfxdatabase.com/ Hey all! I am in need of some help please. I just used a css code to remove the category-filter-list navigation. It was directly under the part I've highlighted. but now I have a huge part with padding that needs to be reduced. is there any code to reduce the padding space. Link to comment
Guest Posted August 16, 2020 Share Posted August 16, 2020 Try this in your CSS panel: .products.collection-content-wrapper .category-filter-wrapper { padding-bottom: 1vw; } To remove it altogether, try 0vw as the value with padding-bottom Link to comment
GFXD Posted August 16, 2020 Author Share Posted August 16, 2020 3 hours ago, nonaforevs said: Try this in your CSS panel: .products.collection-content-wrapper .category-filter-wrapper { padding-bottom: 1vw; } To remove it altogether, try 0vw as the value with padding-bottom you're amazing. thank you. it worked perfectly! appreciate your time. have a great week 🙂 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.