Recent Topics

1 Jul 12, 2008 16:00    

My b2evolution Version: 2.4.2

Hi guys, I have just setup a b2evo powered blog but need a bit of help tweaking it. The tagline is too close to the title, I want to move the tagline down a bit. www.dogsgonemad.com
I have tried editing some stuff in style.css, bit of trial and error but I can't find the right option. I am using b2evo version 2.4.2 with the Nautica 2lmar skin.

2 Jul 12, 2008 17:28

Hi ShadowMaster, welcome to the forums.

You need to change this class in style.css

#header .widget_core_coll_tagline {
margin: -150px 20px 0 20px;
color: #cc0000;
font-size: 100%;
}

make it
margin: -130px 20px 0 20px;

3 Jul 12, 2008 18:05

Thanks for the welcome sam2kb and the advice. :)

I changed the margin setting to -130, it made the tagline a bit low, so I went for -140. Now its looking much better, it was way to close to the title before.

Many thanks for your help.


Form is loading...