leereid Posted March 23 Share Posted March 23 www.stoneandmarrow.com / pw sm2024 Hi, I've added custom code to my breadcrumb navigation and now it's scrolling on mobile instead of adjusting with the screen. Please help! Link to comment
tuanphan Posted March 25 Share Posted March 25 So what should it look like? Appears in 2 rows or? 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!) Link to comment
leereid Posted March 26 Author Share Posted March 26 I'd like it to be in one row, just how it is on desktop. Just sized down to fit the screen. Link to comment
leereid Posted March 26 Author Share Posted March 26 @tuanphan and while I have you here 🙂 why is the carousel arrow on the home page not working on mobile? Link to comment
leereid Posted March 26 Author Share Posted March 26 31 minutes ago, leereid said: @tuanphan and while I have you here 🙂 why is the carousel arrow on the home page not working on mobile? also noticing it doesn't work on smaller desktop windows either... this is the code I used to adjust the arrows: .sqs-block-summary-v2 .summary-block-setting-design-carousel .summary-carousel-pager { float: none; width: 90%; position: absolute; bottom: 95%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; z-index: 9; } Link to comment
tuanphan Posted March 27 Share Posted March 27 On 3/26/2024 at 9:41 AM, leereid said: I'd like it to be in one row, just how it is on desktop. Just sized down to fit the screen. You can use this code to Website > Website Tools > Custom CSS @media screen and (max-width:767px) { ul.nested-category-children * { font-size: 14px !important; } } Arrows are fine to me 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!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment