Tagged: mobile device
I have a special headings on a page , and on mobile devices the heading is not centered ?
Page is located here:
http://restaurangfoto.se/indiangarden/heleneborgsgatan/meny/
Screenshot is from a Iphone 6 plus
Thanx!
Hi Paul!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
h1.av-special-heading-tag {
font-size: 29px!important;
}}
Cheers!
Yigit
Excellent, thanx!