mcafee.michelle Posted October 27, 2023 Share Posted October 27, 2023 Hello! I added CSS from another discussion thread here to remove the site title constraint and allow all words to be on one line. The code did not work for this website. The second issue, the client prefers the banner photos inset with a right and left border, but they do not want that space below the inset banner photo. Is it possible to remove the space below the inset but leave the right and left margins as-is on an inset? Thank you! Link to comment
Inspirerd Posted October 27, 2023 Share Posted October 27, 2023 Hey @mcafee.michelle! Do you have a link to a preview of the website (it can be password-protected)? Also I am not quite sure I understand what you are saying regarding the second issue. Daniel Rodrigues | Excito LLC Squarespace Web Design for Photographers & Creatives ๐ https://www.excitollc.com/ | โ Contact Me: daniel@excitollc.com ๐ก Squarespace Enthusiast | ๐ Squarespace Design Blog for Photographers ๐ค Always happy to help and collaborate! Connect with me on LinkedIn. Link to comment
mcafee.michelle Posted October 28, 2023 Author Share Posted October 28, 2023 Hello @Inspirerdย thanks for responding.ย https://wrangellmountainsfieldstudies.squarespace.com/ PW: MountainsRock ย I've attached another photo showing the 2nd issue. This is a banner photo below site title/navigation and the client wants it inset. They want white padding on right and left of banner photo, but the template also pads under the photo. The client wants the page content up closer to the bottom of the banner photo, but the padding won't allow it. I'm looking for a CSS option to remove the padding below the inset photo. ย Thanks! Link to comment
Inspirerd Posted October 28, 2023 Share Posted October 28, 2023 Hey @mcafee.michelle! The screenshot you attached is broken for me, but I took a stab at it anyway.ย Regarding the first issue, there seems to be a syntax error in your CSS code. The CSS code you added, specifically the code for the title is prefixed by some malformed style properties that aren't inside a selector grouping. When I removed that and just kept the code for the title style, it worked. .header-display-desktop { flex-direction: column } Regarding the second issue. I am not sure if there isn't an option in the editor. But in case there isn't, here is some code that should fix it, but double check to make sure it doesn't mess up any other pages. .page-section.background-width--inset:not(.content-collection):not(.gallery-section):not(.user-items-list-section) { padding-bottom: 0; } .background-width--inset:not(.content-collection):not(.gallery-section):not(.user-items-list-section) .section-background { bottom: 0; } Let me know how that goes. Daniel Rodrigues | Excito LLC Squarespace Web Design for Photographers & Creatives ๐ https://www.excitollc.com/ | โ Contact Me: daniel@excitollc.com ๐ก Squarespace Enthusiast | ๐ Squarespace Design Blog for Photographers ๐ค Always happy to help and collaborate! Connect with me on LinkedIn. Link to comment
mcafee.michelle Posted October 29, 2023 Author Share Posted October 29, 2023 Thank you! 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