Jump to content

eliminating space between columns of text that get vertically stacked on mobile

Recommended Posts

Site URL: https://www.nonprofitnomad.com/about

Hello, 

I'm having a recurring issue on sites I'm building where bulleted lists that are separated into side-by-side columns on desktop get stacked on mobile with a space between them. How do I eliminate the space?

 

Please see screenshots of how it looks on desktop and the space that appears on mobile that I'd like to get rid of. The URL is https://www.nonprofitnomad.com/about.

Thanks in advance!

Screen Shot 2022-03-23 at 4.34.56 PM.png

Screen Shot 2022-03-23 at 4.35.20 PM.png

Link to comment

Add to Design > Custom CSS

/* Mobile About Text Spacing */
@media screen and (max-width:767px) {
div#block-5f3250e9411287d0e9fc {
    padding-top: 0px !important;
}
div#block-da81f92caecec77d2cfe {
    padding-bottom: 0px !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!)

Link to comment
  • 4 months later...
On 8/13/2022 at 5:01 AM, JCDandP said:

I'm having the same issue on my site: www.goldensquirrelpub.com/the-bar

where do you find the div#block-...  info on the site?

Use this tool

https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff?hl=en

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!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.