Text Behind Header Logo?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
123456789

Text Behind Header Logo?

Post 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
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: Text Behind Header Logo?

Post by tsw »

url?

helps a lot in css questions
123456789

Re: Text Behind Header Logo?

Post 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.
Last edited by 123456789 on Fri Oct 06, 2006 7:44 pm, edited 1 time in total.
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: Text Behind Header Logo?

Post 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;
}
123456789

Re: Text Behind Header Logo?

Post by 123456789 »

Hey, thanks a lot tsw. That did the trick.

Now I can work from there.

Thanks for helping me out so soon!
Locked

Return to “Layout and Design (CSS & HTML)”