Jump to content

How to change size of background image on mobile view?

Recommended Posts

  • Replies 5
  • Views 203
  • Created
  • Last Reply

Top Posters In This Topic

Try adding to Design > Custom CSS

@media screen and (max-width:767px) {
[data-section-id="62261333cc7bb27d65404724"] .section-background video {
    object-position: 85% 50% !important;
}
}

Do you need to add overlay behind the text?

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
17 hours ago, AmandaKay said:

@tuanphan That looks good! Thank you. Yeah, I'll definitely need to add overlay for the text or move it somehow. How would I do that?

Add to Design > Custom CSS

/* Mobile top banner text overlay */
@media screen and (max-width:767px) {
div#block-yui_3_17_2_1_1646847547001_4184 {
    background-color: rgba(255,255,255,0.75);
}
}

 

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.