MAC1 Posted August 12, 2023 Share Posted August 12, 2023 Hi,looking to get the gallery block to align with the inset header at top but wont work. both options for the width on gallery makes it hugely padded in center and or way past the website header.what css could i use to make the gallery align with the header?image attached shows issue website: https://ellipse-teal-dl5w.squarespace.com/motion Pass: blubblub thanks Link to comment
Solution Lesum Posted August 12, 2023 Solution Share Posted August 12, 2023 (edited) Hi, here's a code snippet to align gallery block to header: @media only screen and (min-width: 1656px) { .tweak-portfolio-grid-basic-width-inset .portfolio-grid-basic { padding-left: 0 !important; padding-right: 0 !important; width: 1600px !important; } .header-width-inset .header-inner { width: 1600px !important; } .header .header-announcement-bar-wrapper { padding-left: 0 !important; padding-right: 0 !important; } } Edited August 12, 2023 by Lesum tuanphan and MAC1 1 1 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
MAC1 Posted August 12, 2023 Author Share Posted August 12, 2023 thank you so much looks great! much appreciated Lesum 1 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