Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Page & Category Menu Bars »

formatting (adding space) to main page menu


  #1  
Old Mar 31, 2009, 02:00 PM
viewdesigninc
 
35 posts · Mar 2009
I see where I can change fonts, background colors etc,. for the main page menu, but how can I add space within the menu? (In this case I want to add space to the left of the menu so that it aligns with the other elements on the left side of the pages, and add space bewteen menu items.) http://lafollettegallery.com/home/

In general, what's the best way to go about making html/css edits outside of what's made available in the theme options?

Thanks in advance for any help.
  #2  
Old Mar 31, 2009, 06:38 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
I suggest that you use Firebug to see the ID's or classes of each area you want to edit, then try the change on the fly inside Firebug, finally add it at Atahualpa Theme Options -> HTML/CSS Inserts -> CSS Inserts

The page menu bar looks like this

HTML Code:
<div id="menu1"><ul id="rmenu2">
So to move everything to the right you'd add a CSS Insert

HTML Code:
div#menu1 {
margin-left: 100px;
}
or

HTML Code:
ul#rmenu2 {
margin-left: 100px;
}
The div#menu1 has no styling so the effect will be different compared to moving ul#rmenu2, depending on other styling you might have on the page menu bar

Space between single <LI>'s

HTML Code:
ul.rMenu-hor li {
margin-left: 30px;
}
ul.rMenu-hor li ul li {
margin-left: 0px; /* reset left margin for sub menu items */
}

Bookmarks

Tags
adding space, formatting, menu, page menu

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Don't show sub-pages for a main page on my menu bar jockoe Atahualpa 3 Wordpress theme 1 Jul 13, 2009 12:28 PM
Strange right space because of the page menu bar Thalie Page & Category Menu Bars 7 Jun 22, 2009 09:58 AM
[SOLVED] Page Menu Bar - Strange Space Occurring Between Menu Items NealSchaffer Page & Category Menu Bars 2 Jun 20, 2009 10:18 AM
Remove link for main page in page menu Charlotte Page & Category Menu Bars 11 Apr 1, 2009 11:13 AM
adding space between rotating header and category dropdown menu smkpbk Header configuration & styling 1 Feb 24, 2009 07:24 AM


All times are GMT -6. The time now is 03:53 AM.


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