Jump to content

Making page banner fixed size in mobile

Recommended Posts

  • Replies 4
  • Views 1.2k
  • Created
  • Last Reply

Add to Home > Design > Custom CSS

@media screen and (max-width:640px) {
body#collection-5e7d2ee6b4d27021651d4abc {
  .page-banner-has-image img {
      width: 100% !important;
      height: auto !important;
      left: 0 !important;
  }
  .page-banner-wrapper.page-banner-has-image {
      height: 200px !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
  • 2 months later...

Hi @tuanphan I'm trying to use your code above. I want to reduce the banner image height on mobile only. website: www.blankforces.com
this is the code... i edited the collection number from your code. Thanks for any help!!!

@media screen and (max-width:640px) {
body#collection-5caf667d104c7be537b00c28 {
  .page-banner-has-image img {
      width: 50% !important;
      height: 30px !important;
      left: 0 !important;
  }
  .page-banner-wrapper.page-banner-has-image {
      height: 50px !Important;
  }
}
}

 

Link to comment
2 hours ago, kevin310 said:

Hi @tuanphan I'm trying to use your code above. I want to reduce the banner image height on mobile only. website: www.blankforces.com
this is the code... i edited the collection number from your code. Thanks for any help!!!


@media screen and (max-width:640px) {
body#collection-5caf667d104c7be537b00c28 {
  .page-banner-has-image img {
      width: 50% !important;
      height: 30px !important;
      left: 0 !important;
  }
  .page-banner-wrapper.page-banner-has-image {
      height: 50px !Important;
  }
}
}

 

Did you solve?

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
  • 2 weeks later...

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.