How To Resize H1 Article - Only Mobile - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

How To Resize H1 Article - Only Mobile

Artur

Artur

Helix Framework 2 years ago
0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #114254

Hi Artur,

for example using custom CSS

@media screen and (max-width: 680px) {
.article-details .article-header h1, 
.article-header h1 {
  font-size: 1.5em;}
}

remember that you have compressed CSS right now, so disable CSS compression, add new lines - compress again - and clear browser and joomla cache to see difference.

CSS is 100% OKAY!

0