ghee Posted March 3, 2020 Share Posted March 3, 2020 Site URL: https://stephenmontague.com Could someone kindly help me with the css to change the gallery style on a specific page: to have a gallery show as a slideshow banner on one page only, while having the other galleries show as grid in the Horizon template? Ideally I would like a slideshow banner under the ABOUT index page, but leave the galleries elsewhere as grids. Thank you! Link to comment
IgnatiaBelle Posted December 3, 2020 Share Posted December 3, 2020 I'm looking for the answer to this too! Did you figure it out? Link to comment
Kate_B_ Posted December 16, 2020 Share Posted December 16, 2020 I am also looking for the answer to this one. Link to comment
tuanphan Posted December 21, 2020 Share Posted December 21, 2020 I did for a friend recently. If you share site url, we can help 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!) Link to comment
oliviabrettany1570048541 Posted January 13, 2021 Share Posted January 13, 2021 The easiest way I've been able to achieve this is creating a gallery page for each gallery - in my example I had "Home Slideshow", "Weddings", and "Portraits". For Weddings and Portraits I wanted a grid style while I wanted the home gallery to be a Slideshow. I applied site wide styles to be the grid galleries and then put "Home Slideshow" under not linked and added an index page where I wanted the gallery, added a gallery block set to slideshow, and then added the below code to remove the padding and give it the full-width look. #home-slideshow .Index-page-content { padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; padding-bottom: 0px !important; max-width: 100%; } Hope this helps! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.