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 »

Space between page menu items


  #1  
Old Jul 24, 2009, 04:20 PM
nymana
 
5 posts · Jul 2009
Dear BFA

I would like to add a white space on the left and right of my page menu bar items in my header.
For some reason have tried to add custom CSS but it does not work?

Look at URL http::"nyman.georgerushby.com" and remove the " on each side
  #2  
Old Jul 25, 2009, 07:00 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
if you mean you want more space between the menu items, see http://forum.bytesforall.com/showthr...1187#post11187 post #10
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Jul 26, 2009, 08:26 AM
zagato
 
4 posts · Jul 2009
Maybe nymana wants to have the menu items separated like the gray ones on http://wordpress.bytesforall.com/

I would also be interested how to do it.
  #4  
Old Jul 26, 2009, 06:15 PM
nymana
 
5 posts · Jul 2009
Hi Juggledad

thanks for the response but that seems to simply make the buttons bigger. I want to simply create a 4px gap between menu bar items on left and right. My header background is white so want white space between buttons
  #5  
Old Jul 27, 2009, 05:32 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
the first number is the height of the menubar, the second is the with of the menu item.

Lets say the menu background will be green. Are you saying you want a menu tab that is green, then a 4 px white space then another menu tab that is green then a 4px white space etc?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #6  
Old Jul 28, 2009, 05:08 AM
nymana
 
5 posts · Jul 2009
Hi Juggledad

Exactly that. The buttons are blue, white background and want 4px white space between tabs.
  #7  
Old Jul 28, 2009, 05:24 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Well, since you have a white border arround the menu tabs, you could set the right and left widths to 2px each - for the page menu try this
HTML Code:
div#menu1 ul.rMenu li a:link, 
div#menu1 ul.rMenu li a:hover, 
div#menu1 ul.rMenu li a:visited, 
div#menu1 ul.rMenu li a:active
    {
     border-left-width:2px;
     border-right-width:2px;
    }
and for the category menu try this
HTML Code:
div#menu2 ul.rMenu li a:link, 
div#menu2 ul.rMenu li a:hover, 
div#menu2 ul.rMenu li a:visited, 
div#menu2 ul.rMenu li a:active
    {
     border-left-width:2px;
     border-right-width:2px;
    }
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #8  
Old Jul 28, 2009, 07:42 AM
nymana
 
5 posts · Jul 2009
Hi Juggledad

Thank you so much. figured that out perfectly. Now struggling to change the hover font colour in centred menu bar in sub-sub menu from black to white

Also when mousing over the sub menu the parent text reverts back to the default colour and not hover color of the parent menu.

Any help appreciated

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Space between Widget List Items configurable? upscho Sidebars & Widgets 10 Jul 3, 2012 05:15 PM
Page Menu Bar - space between items Tamas Page & Category Menu Bars 12 Apr 13, 2010 06:52 AM
[SOLVED] How to add space between list items in post body? Alexi Atahualpa 3 Wordpress theme 2 Jun 25, 2009 06:02 PM
[SOLVED] Page Menu Bar - Strange Space Occurring Between Menu Items NealSchaffer Page & Category Menu Bars 2 Jun 20, 2009 10:18 AM
Adding Space Between Items in Lists in a Post DMO Atahualpa 3 Wordpress theme 1 Mar 2, 2009 10:05 AM


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


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