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)
-   -   [SOLVED] How to specify left offset 200px for the menu bar? (http://forum.bytesforall.com/showthread.php?t=19039)

maxrempel Dec 4, 2012 02:57 PM

[SOLVED] How to specify left offset 200px for the menu bar?
 
I have read many posts and tried many things and I figured out how to center the menu bar, but I need to place it exactly aligned with the left of the center column (200px from the left of the page).
Please help me do this.
The site I am designing is here
http://localizedtherapeutics.com/
Thank you!
Max

juggledad Dec 4, 2012 05:25 PM

don't use %page-center and position it with CSS

maxrempel Dec 4, 2012 06:17 PM

Quote:

Originally Posted by juggledad (Post 93346)
don't use %page-center and position it with CSS

Thank you! But how? I never used CSS before and when I tried one of your advices from similar threads, I didn't see any changes.
Please direct me to the proper instruction.
I am simply an advanced user and simply need my site finished.

juggledad Dec 4, 2012 06:46 PM

try adding this to ato->Add HTML/CSS Insertt->CSS Inserts
HTML Code:

div#menu1 ul.rMenu {
    position: relative;
    left: 238px;
}


maxrempel Dec 4, 2012 08:22 PM

Thanks it worked! Thanks much!
I just need to remove %page-center, by restoring or original %pages.
.http://localizedtherapeutics.com/wp-...age_thumb2.png


Quote:

Originally Posted by juggledad (Post 93362)
try adding this to ato->Add HTML/CSS Insertt->CSS Inserts
HTML Code:

div#menu1 ul.rMenu {
    position: relative;
    left: 238px;
}




All times are GMT -6. The time now is 02:16 AM.

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