inherit
261986
0
Oct 3, 2021 7:06:52 GMT -8
Doc Ock
118
August 2020
megatron22
|
Post by Doc Ock on Jan 28, 2021 21:40:28 GMT -8
Hello! I'm looking to change the name of the news fader. I moved it to just above the shoutbox. I tried using the plug in and global footer code but the words are cut off. Im trying to change it to "The morning report" but all I get is "the" Im using the code below to change its font size @news_height: 35px;
#news { height: @news_height; font-size: 13px; }
#news { height: @news_height; }
#news .nav > span { height: @news_height !important; }
#news .nav > span.title { line-height: @news_height !important; }
#news .items { height: @news_height; }
#news .items .itemSlide, #news .items .item { line-height: @news_height !important; } So that may be the issue. But I cant see how to fix it. themightyjungle.proboards.com/thanks in advance!
|
|
inherit
252032
0
Apr 26, 2024 23:51:41 GMT -8
Retread
Tribbial Pursuit.
5,017
January 2018
retread
|
Post by Retread on Jan 29, 2021 5:56:15 GMT -8
Hello! I'm looking to change the name of the news fader. I moved it to just above the shoutbox. I tried using the plug in and global footer code but the words are cut off. Im trying to change it to "The morning report" but all I get is "the" Im using the code below to change its font size @news_height: 35px;
#news { height: @news_height; font-size: 13px; }
#news { height: @news_height; }
#news .nav > span { height: @news_height !important; }
#news .nav > span.title { line-height: @news_height !important; }
#news .items { height: @news_height; }
#news .items .itemSlide, #news .items .item { line-height: @news_height !important; } So that may be the issue. But I cant see how to fix it. themightyjungle.proboards.com/thanks in advance! Hi Doc OckIf I had a link to the plugin you're using (and information about whatever plugin settings were in use as well as the footer code), I might be able to help you. For a STOCK PB theme with no plugin, I would put this at the bottom of the Style Sheet: /* change News text */ /* (adjust width as necessary to accomodate new text but clip original text) */ #news .nav > span.title:before{content:'The morning report '} #news .nav > span.title{width:120px} /* End of Section */ But I expect that wouldn't work properly if you're using a plugin and have made other styling changes to #news.
|
|