change title dimension

News Show Pro GK5 - flexible, responsive and easily extendable free Joomla module support forum.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri Jan 15, 2016 9:44 pm
Hi,
I've a problem with the size title in the module. In my quickstart those are ok, in new configuration those are all the same (big!).
How can I fix?
thank you all! :)
User avatar
Fresh Boarder

GK User
Sat Jan 16, 2016 1:22 pm
HI,
I saw that it depends on the CSS module NSP... In quickstart the title is associated with css template, in my case the title is associated with css module NSP GK5. I don't use default CSS impostation...
Can you help me? I've news refreshed template
tahnks!
User avatar
Fresh Boarder

teitbite
Wed Jan 20, 2016 10:21 am
Hi

What I see on demo is that it only affiliates with code:

Code: Select all
h4 {
    font-size: 1rem;
}


please tell me the url to Your site so I'll see what is affecting it there.
User avatar
Moderator

GK User
Tue Feb 02, 2016 7:22 pm
sorry for the late... you can see my site here: sito.dirittodicronaca.it

I've another problem in mobile view... If you look the block "IN PRIMO PIANO", in the right column, you can see the disposition of articles block...

TNX!
User avatar
Fresh Boarder

teitbite
Tue Feb 09, 2016 10:21 am
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
@media only screen and (max-width:640px) {
.nspArt h4.nspHeader {
    font-size: 15px;
    margin: 0;
    padding: 0 0 15px;
}
}
User avatar
Moderator


cron