gapture Posted December 24, 2020 Share Posted December 24, 2020 Site URL: https://gapture.com/ Hello. I'm working on my web using Bedford template and I'm having trouble changing just the index home page banner height. It seemed to have cropped off my image. Also in the second image below, you can see two big padding spaces on left and right. I applied this code and it removed the space in "Services" page but not home page. // Page Side Padding #page, #content { padding: 0px !important; max-width: 100% !important; } Beyondspace 1 Link to comment
Beyondspace Posted December 24, 2020 Share Posted December 24, 2020 5 hours ago, gapture said: Site URL: https://gapture.com/ Hello. I'm working on my web using Bedford template and I'm having trouble changing just the index home page banner height. It seemed to have cropped off my image. Also in the second image below, you can see two big padding spaces on left and right. I applied this code and it removed the space in "Services" page but not home page. // Page Side Padding #page, #content { padding: 0px !important; max-width: 100% !important; } On index-page, the width is limit with max-width .collection-type-index .page-content { max-width: 1220px; } tuanphan 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
gapture Posted December 28, 2020 Author Share Posted December 28, 2020 On 12/24/2020 at 5:51 PM, bangank36 said: On index-page, the width is limit with max-width .collection-type-index .page-content { max-width: 1220px; } Thank you! That worked perfectly. Link to comment
tuanphan Posted January 3, 2021 Share Posted January 3, 2021 @gapture I see "services" folder title has no hover effect. Do you want apply on it? Edit your code to this (I added .folder-toggle into code) #mainNavigation a::before, #mainNavigation a::after, .folder-toggle:before, .folder-toggle:after { content: ''; height: 14px; width: 14px; position: absolute; transition: all .35s ease; opacity: 0; } #mainNavigation a::before ,.folder-toggle:before { content: ''; right: 0; top: 0; border-top: 2px solid #56a653; border-right: 2px solid #56a653; transform: translate(-100%,50%); } #mainNavigation a:after, .folder-toggle:after { content: ''; left: 0; bottom: 0; border-bottom: 2px solid #56a653; border-left: 2px solid #56a653; transform: translate(100%,-50%); } #mainNavigation a:hover:before, #mainNavigation a:hover:after, .folder-toggle:hover:before, .folder-toggle:hover:after { transform: translate(0,0); opacity: 1; } Some pages have very long content. You can consider adding a back to top button. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment