Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Customization, Design, Programming... (http://forum.bytesforall.com/forumdisplay.php?f=22)
-   -   increasing space in the page navigation (http://forum.bytesforall.com/showthread.php?t=4849)

Dani808 Dec 12, 2009 08:26 PM

increasing space in the page navigation
 
I would like to increase the space between the page names in the page nagigation (horizontal) it is too close. I tried adding a pipe but it didn't look good.

Also, is there a way to change the links to read http://www.hearttheearth.org/about rather than /page 1? I thought I saw that referenced somewhere but now I can't remember where.

Thanks!

juggledad Dec 13, 2009 09:15 AM

use
HTML Code:

/* ================================================== */
/* CSS for setting menu padding                      */
/* ================================================== */
ul.rMenu li {
        padding-top: 0px;
        margin: 7px 20px 7px 40px;
}
ul.rMenu-ver li {
        padding-top: 0px;
        margin-top: 7px 5px 0px 0px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */

Change the margin values are top, right, bottom, left
Play with the right and left values

debeerj Feb 11, 2010 01:38 AM

Where do I enter this code?

hollow Feb 11, 2010 07:10 AM

man put it in css
in theme option

Add HTML/CSS Inserts

May 20, 2010 11:43 AM

Hollow,
can you please give more explanations. I can't find the CSS file in question and i have the same problem. Can you give the file name so i can look it up.
Thank you

juggledad May 20, 2010 01:16 PM

You don't put it into a file, you put it in the theme options. Go to ATO->Add HTML/CSS Inserts->CSS Inserts and put it there.


All times are GMT -6. The time now is 07:42 PM.

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