1. Balmmnd77
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 24 June 2021
  5.  Subscribe via email
am using the home template...

on the Bottom 3a, b, and positions they are all squashed in mobile view.

how to not get them squashed in mobile view, please
References
  1. https://jack2akinggym.co.uk
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

@media only screen and (max-width:1024px) {
.bottom-3 {
width:100% !important;
max-width:100% !important;
flex-basis:100% !important
}
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!