GK nsp title size / mobile view problem

March 2014 WordPress Theme
GK User
Sat Oct 10, 2015 9:40 am
Hi,

Can you give me the css code to modify gk nsp-s title fint size. Iam interested in both the article and the link.

And for the mobile view probelm:

When the site (www.lelekmagazin.hu) watched on mobile the gk nsp pictures can be seen but the title and the text isnt.
User avatar
Junior Boarder

GK User
Sun Oct 11, 2015 5:01 pm
Hi,

Try this code:
Code: Select all
.gk-nsp-header,
.gk-nsp-link-header {
font-size: 15px;
}

and for the mobile version:
Code: Select all
@media (max-width: 680px) {
.gk-nsp-header,
.gk-nsp-link-header {
font-size: 15px;
}
}
User avatar
Moderator


cron