laurenjaynehughes Posted June 12, 2020 Share Posted June 12, 2020 Site URL: https://bernardandhawkes.com/the-library Hi, Does anyone know how I get this instagram block to be full width and at the bottom of the page in place of a footer? https://bernardandhawkes.com/the-library I tried this code but it made everything full width... .page-section.vertical-alignment--middle:not(.content-collection):not(.gallery-section).section-height--medium>.content-wrapper { padding: 0px;} Link to comment
jpeter Posted June 14, 2020 Share Posted June 14, 2020 @laurenjaynehughes You can add the following CSS to overwrite the left and right padding: CSS: /* Target the section that contains instagram strip */ [data-section-id="5ee267268d3c4e3e60b9302b"] > .content-wrapper { padding-right: 0 !important; padding-left: 0 !important; } Full stack developer who loves helping people out with anything web related. If you'd like to support me, buy me a coffee! Link to comment
laurenjaynehughes Posted June 15, 2020 Author Share Posted June 15, 2020 @jpeterThank you so much! Do you also have any idea how I can make sit at the bottom of the page? Thank you! Link to comment
RyanDejaegher Posted June 15, 2020 Share Posted June 15, 2020 @laurenjaynehughes are you wanting the block to sit flush with the bottom of the page like this? Philadelphia, PA 👉 Squarespace Tutorials Chat/Message on FB Messenger for quickest response: https://m.me/dejaegherryan Link to comment
laurenjaynehughes Posted June 15, 2020 Author Share Posted June 15, 2020 @ryandejaegher Yes! I have tried a few things and couldn't get it to work. Link to comment
RyanDejaegher Posted June 15, 2020 Share Posted June 15, 2020 @laurenjaynehughes /* Add this code to Design -> Custom CSS */ [data-section-id="5ee267268d3c4e3e60b9302b"] { min-height: unset !important; } [data-section-id="5ee267268d3c4e3e60b9302b"] .instagram-block { padding-bottom: 0px !important; } Philadelphia, PA 👉 Squarespace Tutorials Chat/Message on FB Messenger for quickest response: https://m.me/dejaegherryan Link to comment
laurenjaynehughes Posted June 15, 2020 Author Share Posted June 15, 2020 THANK YOU SO MUCH!! I don't know that I would have ever figured that out! Is that min-height: unset a common thing? I had tried min-height at a zero value but no joy! Link to comment
RyanDejaegher Posted June 15, 2020 Share Posted June 15, 2020 @laurenjaynehughes you were probably missing the !important at the end, it seems like you need to add this a lot to override css in Squarespace Philadelphia, PA 👉 Squarespace Tutorials Chat/Message on FB Messenger for quickest response: https://m.me/dejaegherryan Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.