CHS Posted September 11 Share Posted September 11 Site URL: https://www.coquitlamheritage.ca/ Hi, is there a way to move the bullet controls below the slideshow on the mobile view of the homepage? This is the code for the slideshow currently: //slideshow mobile @media screen and (max-width:767px) { .gallery-fullscreen-slideshow { height: 13vh !important; } } Thanks! Link to comment
tuanphan Posted September 16 Share Posted September 16 Hi, Move to this position? 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
tuanphan Posted October 3 Share Posted October 3 On 9/26/2024 at 6:57 AM, CHS said: yes! You can use this code to Website Tools > Custom CSS @media screen and (max-width: 768px) { .gallery-fullscreen-slideshow .gallery-fullscreen-slideshow-bullet-nav { bottom: 0px; position: relative; } .gallery-fullscreen-slideshow .gallery-fullscreen-slideshow-bullet-nav .gallery-fullscreen-slideshow-bullet:not(.active) { background-color: #00000026; } .gallery-fullscreen-slideshow-bullet.active { background-color: #3e3e3e; } } 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