Jump to content

CSS code for Mobile Text Layout

Recommended Posts

27 minutes ago, melrose2020 said:

Site URL: http://mysoundingboard.life

Hi 

Can anyone help me...on mobile, on the first section of the home page, the text is currently blocking the background image and I'm not sure what CSS code to use to move the text down? thanks!

image.thumb.png.e3ed1c74e33cb67bfc572c3aa36c8648.png

Add this snippet into Design->Custom Css

@media only screen and (max-width: 600px) {
    section[data-section-id="5f7c0b647e5e054ca0801673"] .content-wrapper {
          padding-top: 36vh;
    }
}

 

Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.
Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio plugin
If you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you

Link to comment
11 minutes ago, bangank36 said:

image.thumb.png.e3ed1c74e33cb67bfc572c3aa36c8648.png

Add this snippet into Design->Custom Css


@media only screen and (max-width: 600px) {
    section[data-section-id="5f7c0b647e5e054ca0801673"] .content-wrapper {
          padding-top: 36vh;
    }
}

 

Thanks  for the quick response - I copy/pasted into CSS but it doesn't seem to work?

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.