julieparlade Posted February 29, 2020 Share Posted February 29, 2020 I have been trying to make my page in Forte which has a gallery of images full bleed so there is no margin or height limit and the images scroll behind the nav. I can not crack this puzzle and do not understand why my code below is not working in the custom css. slideshow strip main sqs-gallery-design-strip rendered #yui_3_17_2_1_1582988118820_88{ height: 0px; margin-top: 0px;} Attached is how it looks now, and how I want it to look without the margins. Thank you! Link to comment
tuanphan Posted February 29, 2020 Share Posted February 29, 2020 DON'T USE #yui_ It will change if you reload the page Use #block-yui Can you share link to your site? 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
julieparlade Posted February 29, 2020 Author Share Posted February 29, 2020 My site isn't live yet, is there a way you can still look at it? Adding #block-yiu didnt change anything Link to comment
tuanphan Posted February 29, 2020 Share Posted February 29, 2020 6 minutes ago, julieparlade said: My site isn't live yet, is there a way you can still look at it? Adding #block-yiu didnt change anything Setup password & share url 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
julieparlade Posted February 29, 2020 Author Share Posted February 29, 2020 https://julie-parlade-ykzn.squarespace.com/high-school Link to comment
julieparlade Posted February 29, 2020 Author Share Posted February 29, 2020 let me know if that worked? Link to comment
tuanphan Posted February 29, 2020 Share Posted February 29, 2020 #fullscreenBrowser .sqs-gallery-design-strip { margin: 0 !important; } 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
julieparlade Posted February 29, 2020 Author Share Posted February 29, 2020 amazing!!! is there anyway I can have the gallery also be full screen? So the images reach the bottom of the page? Link to comment
julieparlade Posted February 29, 2020 Author Share Posted February 29, 2020 #fullscreenBrowser .sqs-gallery-design-strip { margin: 0 !important; height:100% !important; } I just added height 100% and it seemed to work Link to comment
julieparlade Posted February 29, 2020 Author Share Posted February 29, 2020 thank you so so so much!!!!! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.