Jump to content

Page Banner image disappears on mobile view

Recommended Posts

Site URL: https://www.jasco.com/wind

I have added page banner images, with the page title overlayed, via the Media tab. They look great except that they disappear in mobile view, meaning that the page title also disappears! Anyone know a solution or workaround to this? Maybe even just to show a code or text block only in mobile view so at least I can show the page title?  

See https://www.jasco.com/wind as an example.

My site uses version 7.0 with Five template, which doesn't have Index pages 😞.

Or maybe it's time to switch to 7.1...?

Link to comment
  • Replies 1
  • Views 496
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

On 10/20/2021 at 8:41 PM, Nicole_C said:

Site URL: https://www.jasco.com/wind

I have added page banner images, with the page title overlayed, via the Media tab. They look great except that they disappear in mobile view, meaning that the page title also disappears! Anyone know a solution or workaround to this? Maybe even just to show a code or text block only in mobile view so at least I can show the page title?  

See https://www.jasco.com/wind as an example.

My site uses version 7.0 with Five template, which doesn't have Index pages 😞.

Or maybe it's time to switch to 7.1...?

Add to Design > Custom CSS

/* Banner image on mobile */
@media screen and (max-width:640px) {
body.stretch-page-thumbnail #banner-area-wrapper {
    display: block !important;
}
#banner-area-wrapper img {
    width: 100% !important;
    height: auto !important;
}
#banner-area a {
    text-align: left !important;
    display: block;
}
}

 

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.