![]() | | ||||||||
| | #1 |
| HyperActive Warrior |
Ok. I have a wordpress.org blog, and I need to move the list of pages down a few 'lines', to accommodate everything under the title. I'm using the tags <br/><br/> but I think this could be clumsy... Click to see what I mean. Is there an alternate way to do this? Kenneth |
| | |
| | #2 |
| HyperActive Warrior War Room Member Join Date: Oct 2009 Location: Berwick, Melbourne, Australia
Posts: 156
Thanks: 5
Thanked 48 Times in 29 Posts
|
Hi Kenneth, Looking at the source code your "Clumsy" bit of code that lives in the div id="branding". What you've done by including the two extra breaks is pad the height by two font-heights worth. You could set the height of your "branding" id to what looks like 100px. Add to your custom.css file ( this is the stylesheet the theme authors recommend you make any changes in) HTML Code: #branding{height:100px;} That's just ONE way you could achieve this. There is nothing terribly wrong with using extra breaks but it could be deemed "clumsy" by some. If it works... Hope that sheds some light on your question. Cheers Tim |
|
Great Success is built from many little successes! http://www.timbrownlaw.com - My Wee Part of the World. http://www.LookingOverMyShoulder.com | |
| | |
| | #3 |
| Active Warrior War Room Member Join Date: May 2009 Location: Vancouver, British Columbia, Canada
Posts: 95
Thanks: 7
Thanked 8 Times in 7 Posts
|
It's probably best to just add a margin-bottom attribute to the title selector. ex. #branding {margin-bottom: 20px;} |
| | |
| | |
| | #4 |
| HyperActive Warrior War Room Member Join Date: Oct 2009 Location: Berwick, Melbourne, Australia
Posts: 156
Thanks: 5
Thanked 48 Times in 29 Posts
| |
|
Great Success is built from many little successes! http://www.timbrownlaw.com - My Wee Part of the World. http://www.LookingOverMyShoulder.com | |
| | |
![]() |
|
| Tags |
| blog, editing, question, theme, wordpress |
| Thread Tools | |
| |
![]() |