EKop Posted December 22, 2022 Posted December 22, 2022 Hello there, I am struggling with sticking my hero images to the bottom of my site pages. I would like my two images in this simple site to be flush with the bottom of each page so that users may not scroll below them. I've been trying some lines of code from other posts, but so far nothing has worked. This is the code I've been trying. /* image to bottom */ @media screen and (min-width:768px) { [data-section-id="60280e1ac467c7682a023318"] .content-wrapper { padding-bottom: 0 !important; } div#page-section-60280e1ac467c7682a023318>.row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } div#block-yui_3_17_2_1_1614258722517_6384 { padding-bottom: 0; } } The password to this private site is currently "password" Any advice on what might work? Thanks!
creedon Posted December 22, 2022 Posted December 22, 2022 URL for the site? Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
EKop Posted December 22, 2022 Author Posted December 22, 2022 https://melissakopplin.squarespace.com/
creedon Posted December 22, 2022 Posted December 22, 2022 Are you wanting the images to stick to the bottom of the viewport? Or do you want the image to be at the bottom of each page of the site. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
EKop Posted December 23, 2022 Author Posted December 23, 2022 The first, I'd like for each image to stick to the bottom of their own individual pages, not each page of the site.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment