mgroeteke Posted December 5, 2023 Posted December 5, 2023 Is there a way to reposition the category navigation on the shop page to the bottom of the page? I'm using the wells template. The page whe I would like to set this up is https://architectureshooting.com/druckeditionen-fine-art-print-editions Thank you in advance for any suggestions! markus/architectureshooting web site: http://architectureshooting.com
Solution tuanphan Posted December 7, 2023 Solution Posted December 7, 2023 You can add this code to Website Tools (under Not Linked) > Custom CSS [class*="type-products"].view-list div#pageWrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
mgroeteke Posted December 20, 2023 Author Posted December 20, 2023 (edited) Thank you, very cool - working! Is there a way to add a padding or line between the category navigation and the product gallery? Edited December 20, 2023 by architectureshooting markus/architectureshooting web site: http://architectureshooting.com
tuanphan Posted December 22, 2023 Posted December 22, 2023 Add this code under [class*="type-products"].view-list section#page { margin-bottom: 50px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
mgroeteke Posted December 28, 2023 Author Posted December 28, 2023 Thank you very much, perfect! 😀 markus/architectureshooting web site: http://architectureshooting.com
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment