Jump to content

CSS code for Mobile Text Layout

Recommended Posts

  • Replies 3
  • Views 499
  • Created
  • Last Reply
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;
    }
}

 

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, 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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.