Kpeterson1716 Posted May 15, 2020 Share Posted May 15, 2020 Hi there! I'm looking to see if there's any css that would work for making a slideshow gallery full bleed in the Adirondack template. Unfortunately this template is really basic and it doesn't look like full width is offered within the style elements for galleries. I've attached a photo for reference to see what it looks like now. Ideally I would like no white space on either side or on top (top of the photo would be right underneath the menu). Initially, as a workaround, I made a gif for the homepage banner image (so it would rotate and be full width) but the quality of the images was compromised so I had to switch to a slideshow instead. Any advice would be so greatly appreciated. Thanks in advance 🙂 Link to comment
tuanphan Posted May 16, 2020 Share Posted May 16, 2020 Can you share link to page in screenshot? 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
Kpeterson1716 Posted May 16, 2020 Author Share Posted May 16, 2020 Absolutely! https://www.chacha-olivia.com/home-1 Link to comment
tuanphan Posted May 18, 2020 Share Posted May 18, 2020 For future comments Add to Home > Design > Custom CSS @media screen and (min-width:641px) { .content-inner-wrapper { padding-top: 0; padding-left: 0; padding-right: 0; } .content-inner-wrapper .main-content-wrapper .span-12>div:not(:first-child) { padding-left: 70px; padding-right: 70px; } } 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
Archived
This topic is now archived and is closed to further replies.