Page 1 of 1

Text Behind Header Logo?

Posted: Fri Oct 06, 2006 6:43 pm
by 123456789
Hi,

I'm in the process of customizing the default template to something of my liking.
I'm a complete newbie when it comes to css driven webdesign so I'm gonna need some help. ;D

I'm using the last version of cmsms and trying to add text after the header logo.
I figured out how to decrease the size of the header so there IS room behind the header and logo.

I tried to insert a global content block describing what my site offers after the header and logo and aligned to the right but the text ends up under (right side) the header and not next to it.

If you know what I need to do to get this right, please let me know.

Thanks
123456789

Re: Text Behind Header Logo?

Posted: Fri Oct 06, 2006 6:48 pm
by tsw
url?

helps a lot in css questions

Re: Text Behind Header Logo?

Posted: Fri Oct 06, 2006 7:12 pm
by 123456789
Thanks for replying.

This is the page I'm testing with: http://www.xxxxxxxxxx.com/xxxxxxxx/

As you can see the text right now is all the way to the right but I want it next to the logo/header.

If you could help me that would be great.

Re: Text Behind Header Logo?

Posted: Fri Oct 06, 2006 7:25 pm
by tsw
well this is not the prettiest way but will work

add this to your css

Code: Select all

div#logotext {
border:1px solid red;
margin-top:-70px;
margin-right:500px;
}

Re: Text Behind Header Logo?

Posted: Fri Oct 06, 2006 7:43 pm
by 123456789
Hey, thanks a lot tsw. That did the trick.

Now I can work from there.

Thanks for helping me out so soon!