1. scott@mdmen.org
  2. Commercial Templates
  3. Wednesday, 27 November 2024
  4.  Subscribe via email
I'm having trouble with the header image and text adjusting to mobile phone display.
What can I do?

https://dev.mdmen.org/images/Screenshot%202024-11-27%20121408.png
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: 768px) {
.logo-text h1, .logo-text h1 a {
white-space: normal;
text-align: center;
font-size: 25px;
}
}


Edit to taste

Ciaran
Accepted Answer Pending Moderation
0
Votes
Undo
Yes!

Thank you very much Ciaran!:)
  • Page :
  • 1


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