Limit Title Size in NSP

Premium BuddyPress WordPress theme perfect for venue, music brand or community music website.
GK User
Fri Jan 17, 2014 1:27 pm
mathis-nitschke.com/wp

How can I limit the size of the Title in NSP to the size in my screenshot?
Limit_Title_Size.JPG


Thanks,
- Mathis
User avatar
Expert Boarder

GK User
Fri Jan 17, 2014 7:36 pm
You can change it in News Show pro widget options (Article layout section - > Title ) and you can specify amount of words or chars.
User avatar
Moderator

GK User
Fri Jan 17, 2014 8:45 pm
Yes, but I'm not talking about the amount of words, I'm talking about the font size. When I drag the browser a little bigger it switches to a bigger font size and breaks the words pretty weridly...
title_font_too_big.JPG
User avatar
Expert Boarder

GK User
Fri Jan 17, 2014 8:51 pm
Undestand, try with this code:
Code: Select all
.gk-nsp.grid-left-img.news .gk-nsp-header a,
.gk-nsp.grid-right-img.news .gk-nsp-header a {
font-size: 28px;
}


use font size around 16px.
User avatar
Moderator

GK User
Fri Jan 17, 2014 9:05 pm
Super, that worked. Thank you!
User avatar
Expert Boarder


cron