visionsbyfurks Posted September 20, 2021 Posted September 20, 2021 Site URL: http://www.studiofurks.com How do I reduce/remove the spacing between Selected Work and the grid. Please see screenshot: HoaLT 1
HoaLT Posted September 21, 2021 Posted September 21, 2021 23 hours ago, visionsbyfurks said: Site URL: http://www.studiofurks.com How do I reduce/remove the spacing between Selected Work and the grid. Please see screenshot: Hi, I can not see the text on your page, could you please show me the page? Press 👍 or mark my comment as solution if you find my sharing useful 🆒 Squarespace pinchzoom lightbox plugin (affiliate link) 👁🗨 360 degree photo viewer (affiliate link) 📑 Squarespace embed PDF popup (affiliate link)
HoaLT Posted September 22, 2021 Posted September 22, 2021 (edited) You can try the following code in Design > Custom Css #block-yui_3_17_2_1_1632267362014_2993 { padding-bottom: 0 ; } section[data-section-id="6147778640521c01c31c75d3"] #gridThumbs { padding-top: 0; } Edited September 22, 2021 by Bizzz visionsbyfurks 1 Press 👍 or mark my comment as solution if you find my sharing useful 🆒 Squarespace pinchzoom lightbox plugin (affiliate link) 👁🗨 360 degree photo viewer (affiliate link) 📑 Squarespace embed PDF popup (affiliate link)
HoaLT Posted September 22, 2021 Posted September 22, 2021 5 minutes ago, visionsbyfurks said: @HoaLT Thanks, it works! You are welcome! Press 👍 or mark my comment as solution if you find my sharing useful 🆒 Squarespace pinchzoom lightbox plugin (affiliate link) 👁🗨 360 degree photo viewer (affiliate link) 📑 Squarespace embed PDF popup (affiliate link)
visionsbyfurks Posted October 9, 2021 Author Posted October 9, 2021 @HoaLT Sorry but could I get some help again with the code please. Using the same code but it doesn't work. Might be because I've changed the layout abit?
tuanphan Posted October 10, 2021 Posted October 10, 2021 On 10/9/2021 at 5:58 PM, visionsbyfurks said: @HoaLT Sorry but could I get some help again with the code please. Using the same code but it doesn't work. Might be because I've changed the layout abit? Use this code div#gridThumbs { padding-top: 0px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
visionsbyfurks Posted April 24, 2022 Author Posted April 24, 2022 (edited) @tuanphan How do I remove some of the spacing for mobile too?website link Edited April 24, 2022 by visionsbyfurks
tuanphan Posted April 27, 2022 Posted April 27, 2022 On 4/25/2022 at 2:14 AM, visionsbyfurks said: @tuanphan How do I remove some of the spacing for mobile too?website link Add to Design > Custom CSS @media screen and (max-width:767px) { [data-section-id="6265824cbbfd7749a8ba16d1"] { min-height: unset !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment