0
Votes
Undo
  1. EFH
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 22 January 2019
  5.  Subscribe via email
Hi there,

How do i make the H1 heading font size smaller on cell phone, both landscape and portrait?

site: http://www.luxeentertainment.com.au

Thanks in advance!
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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

Edit to taste.

@media only screen and (max-width: 767px) {
h1 {
font-size: 24px;
}
}


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!