Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   Pad Page Menu Navigation 20px from the Left (http://forum.bytesforall.com/showthread.php?t=486)

amber Feb 21, 2009 10:05 AM

Pad Page Menu Navigation 20px from the Left
 
Hello Flynn.
I've searched around in header.php, but when I tried to add padding to indent
page navigation (known as: %pages under 'Header') 20px from the left, it didn't work.
(Well it worked on the content in the body, but that's not what I'm after).
Please tell me how its done.

Excellent work with Atahualpa.

Thank you,
Amber

Flynn Feb 22, 2009 07:35 AM

Add as HTML/CSS Insert -> CSS Insert

HTML Code:

ul#rmenu2 {
padding-left: 20px;
}

If you centered the page menu bar use this instead
HTML Code:

div#rMenu-center {
  padding-left: 20px;
  }

To move the whole container of the page menu
HTML Code:

div#menu1 {
padding-left: 20px;
}


amber Feb 22, 2009 12:19 PM

Flynn thank you, both the first and third choices worked for me.
I ended up using padding within the container, (choice number 1)
because moving the whole container revealed the gray background
color, where white was supposed to be. Also, I ended up padding
with 120px rather than 20px.

Fantastic.

http://synchronicitysandbox.com/


All times are GMT -6. The time now is 01:00 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.