YAFLogo

RichP714
  • RichP714
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter
14 years ago
The bar that starts with 'logged in as' I would like to change the margin (space above) but can't find it .........
Enjoy!

Running YAF 1.9.5.5 final at: http://thecarversite.com 

Sponsor
logan
  • logan
  • 100% (Exalted)
  • YAF Leader
14 years ago
#yafheader{ margin-top:50px}
Should look like this at 50px
test
RichP714
  • RichP714
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter
14 years ago
thanks; can you dumb it down for me....which ascx file?
Enjoy!

Running YAF 1.9.5.5 final at: http://thecarversite.com 

logan
  • logan
  • 100% (Exalted)
  • YAF Leader
14 years ago
In your theme.css file
test
RichP714
  • RichP714
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter
14 years ago
nevermind, I figured it out; goes in the theme.css thanks!
Enjoy!

Running YAF 1.9.5.5 final at: http://thecarversite.com 

RichP714
  • RichP714
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter
14 years ago
got it; thanks!
Enjoy!

Running YAF 1.9.5.5 final at: http://thecarversite.com 

RichP714
  • RichP714
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter
14 years ago
as a quick aside; is there any way to change the space before and after the pagelinks line; I tried margin-bottom on yaheader with a negative value, and it does bring pagelinks closer, but it cuts off the bottom of yafheader
Enjoy!

Running YAF 1.9.5.5 final at: http://thecarversite.com 

logan
  • logan
  • 100% (Exalted)
  • YAF Leader
14 years ago
find this in theme.css play with margin top

.yafnet .yafPageLink
{
    font-weight: bold;
    color: #000000;
    margin-top: -15px;
    margin-bottom: 10px;
    padding: 2px;
}

test
RichP714
  • RichP714
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter
14 years ago
that's it; many thanks
Enjoy!

Running YAF 1.9.5.5 final at: http://thecarversite.com