PDA

View Full Version : Indenting Title and Description Text in Header



thunter
06-28-2011, 07:03 AM
I want to move the Title Text and the Descriptive Text (Tagline) over
to the right about 10 to 20 pixels. I was able to find the code in the
Header Template and changed the numbers to move the Title Text
over, but I couldn't find how to do that with the Descriptive Text. The
Title Text moved over when I increased the pixel size but not the
Descriptive Text. Can you help me move both Descriptive Text and
Title Text over the number of pixels I choose?

It would also be nice to be able to move the Title Text and Descriptive
Test up or down in the header. Is there a way to do that also?
Thanks.

Dan Nickerson
06-28-2011, 09:51 AM
In Socrates > Styling custom css box add



.titleText h1 {
padding: 10px 0 5px 0;
}

.descText {
padding: 5px 0 0 0;
}

Change the padding to position whereever you want.

Format of padding values are: Top, Right, Bottom, Left

thunter
06-28-2011, 05:50 PM
Thanks so much, Dan. Worked just fine.
What a versatile Theme--I love it!
I truly appreciate your great response time!
Mike :)