How to control font size in table headings?
in Fonts
I would like to know how to control font size in table headings?
They look strange on mobile view and are too large: http://i.imgur.com/MTO4PBL.png
Here is the link to the website: http://skroc.pl/b8a48\
They look strange on mobile view and are too large: http://i.imgur.com/MTO4PBL.png
Here is the link to the website: http://skroc.pl/b8a48\
Comments
did you tried to use Decrease Fonts option under Theme options > Responsive > General section?
I have this option set ON all the time.
http://i.imgur.com/0Rknjoz.png
.NaglowekTabeli {font-size:30px;color:#ffffff;text-align:center;vertical-align:top}
So or you need to wrap above css into @media rule for screens larger than 1240px or you need to split above css to have the font size separately and then separated font size, wrap into right @media rule. All @media rules you can find under responsive.css section but for more details about how it works, please check http://www.w3schools.com/cssref/css3_pr_mediaquery.asp
An example of it's usage would be: Or you can also keep above css and use the following to decrease these headings on mobile devices with css:
If I disable this code, font size comes back to normal size and color gray.
How to change font color?