Font sizes in Image Show GK4

GK User
Sat May 02, 2015 3:40 pm
Perhaps this question should be specific for module Image Show GK4, but also of the university template.
In the slideshow Image Show GK4 of homepage, the fonts have two sizes very contrasting between them. I wanted to shrink the title and extend slightly the size of the content, modifying small.desktop.css and gk.stuff.css files (they do not change if I write the styles in override.css). Font sizes looks well in notebook but not in Mobile. In Mobile they are extremely large, covering the entire front. How the source can be adapted to different devices? My site is www.legalsalud.cl
User avatar
Expert Boarder

teitbite
Sun May 03, 2015 6:31 pm
Hi

Try using override.css and make sure override is enabled in template settings, but put it in a code like this:

Code: Select all
@media only screen and (max-width:479px) {
.gkIsWrapper-gk_university figcaption p,
.gkIsWrapper-gk_university figcaption a {
font-size: 16px;
}
User avatar
Moderator

GK User
Sat May 09, 2015 11:22 pm
Thanks! it works well with
font-size: 14px;
line-height: 16px;
although it should always have little text.

Thanks again.
User avatar
Expert Boarder


cron