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 »

[SOLVED] Can I make space between menu items text the same?


  #1  
Old Aug 13, 2013, 08:50 AM
moomum
 
164 posts · Aug 2010
[SOLVED] Can I make space between menu items text the same?

I'm working on this - http://www.awaremindtherapies.co.uk/
she just wanted it transferred from a HTML site to a wordpress one so it needs to look like it did originally.

I'm having problems getting spaces between the words on the menu the same.

At the moment the gap between Psycotherapy and Mindful Birthing looks smaller than the one between Mindful Birthing and Reiki.

I've been playing with the CSS, padding, margins etc but I'm not getting anywhere. Any pointers much appreciated.

And is it easy to get an image before each menu item too? Remember I am a fool and know nothing.
  #2  
Old Aug 13, 2013, 09:43 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
have you edited any of the themes files? particularly the css.php?
  #3  
Old Aug 13, 2013, 10:01 AM
moomum
 
164 posts · Aug 2010
not to my knowledge, just added to the css through the theme options
  #4  
Old Aug 13, 2013, 10:07 AM
moomum
 
164 posts · Aug 2010
I can see the menu bit on the css.php but I am way out of my depth, no idea what to start fiddling with here.
  #5  
Old Aug 13, 2013, 10:40 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
You don't want to mess with css.php. Juggledad but it appears that someone may have set the width for the menus there.

The width of the menu items is set to 8em so you see more space around menu items that are shorter.

You could see what was changed in css.php or you could "overwrite" the rules with the following in the CSS Inserts section of the theme options.
HTML Code:
div#menu1 li {
    border: 1px solid white !important;
}
div#menu1 a {
    width: auto !important;
    margin: 0 30px !important;
    background: transparent !important;
    border: none !important;
}
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #6  
Old Aug 13, 2013, 11:02 AM
moomum
 
164 posts · Aug 2010
Larry you are a total star, that is exactly what I needed. Huge thanks!

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] how to add space between menu items goodie Page & Category Menu Bars 17 May 13, 2013 07:13 AM
Space between page menu items vCopia Page & Category Menu Bars 1 Mar 26, 2013 09:50 PM
Space between menu items edlElisabet Page & Category Menu Bars 4 Jun 19, 2012 10:52 AM
Page Menu Bar - space between items Tamas Page & Category Menu Bars 12 Apr 13, 2010 06:52 AM
[SOLVED] Page Menu Bar - Strange Space Occurring Between Menu Items NealSchaffer Page & Category Menu Bars 2 Jun 20, 2009 10:18 AM


All times are GMT -6. The time now is 08:40 AM.


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