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] Different amount of space between the menu items (http://forum.bytesforall.com/showthread.php?t=20488)

Carme Jun 11, 2013 08:48 AM

[SOLVED] Different amount of space between the menu items
 
Hi,
I would like to have different amount of space between the menu items. The menu bar has a clickable logo in the middle. That means I need much more space between About us and Gallery than between home and about us / Gallery and contact.

I am making sense?

http://mobrog.karmeba.com/

any help would be appreciated

Carme

juggledad Jun 11, 2013 09:02 AM

You will have to do this by adding CSS to the CSS Inserts option. You will have to build a manual menu (dashboard->apperances->menu) and then look at the generated code to see what classes are associated withthe menu items. Then you use those classes to construct the CSS you will need.

If this sounds like greek, then you need to take a CSS tutorial so you understand what you need to do to go beyond the basics.

Carme Jun 11, 2013 10:23 AM

done.thanks

lmilesw Jun 11, 2013 10:23 AM

If you use the WordPress menu system you can even add a class there if it is enabled via screen option on the menus page.

Carme Jun 11, 2013 10:28 AM

I use the following to style the menu

li.page-item-4 {
margin-left: 100px !important;
}

li.page-item-6 {
margin-left:20px !important;
}

and so on till I had the menu I wanted.

Thanks a lot


All times are GMT -6. The time now is 06:31 PM.

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