ccrews Posted August 19, 2020 Posted August 19, 2020 Hi- I want to use the gallery page for ishimoto, but i don't like that on mobile it becomes a long stack of images and makes it difficult to get back to the menu. I would like to fix the header and navigation to the top of the page, so that when you scroll through the images you can quickly access the menu. Additionally, is it possible to place the arrows of the carousel on the outside of the gallery when viewed on desktop? Ideally below or to either side, but not obstructing the pictures.
tuanphan Posted August 20, 2020 Posted August 20, 2020 Can you share link to your site? We can check easier. 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!)
ccrews Posted August 20, 2020 Author Posted August 20, 2020 @tuanphan of course. Site is http://courtney-crews.com/ I have a small bit of CSS plugged in right now, making the arrows appear a bit different and creating some space between each image: .collection-type-gallery.gallery-controls-arrows .gallery-controls .gallery-next, .collection-type-gallery.gallery-controls-arrows .gallery-controls .gallery-prev { font-size: 25px; font-weight: 700; color: white; background: none; padding: .2em; } .sqs-gallery-design-strip .sqs-wrapper img { border-right: 7px solid #ffffff; } @media screen and (max-width:800px) { #slideshowWrapper.mobile-gallery #slideshow .slide { margin-bottom: 7px; } }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.