Check out THEMEFRAME Beta
Wordpress Themes - WP Forum at BFA
Click Here To DONATE! Support the theme development, get support from the author &
additional benefits (soon), based on your donation level. Your forum name will be highlighted.
Not a member yet? You can still donate. And once you become a forum member, send a Private Message ("PM") to Flynn mentioning your Paypal email address so your donation can be added to your user name.

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme »

[SOLVED] How to change padding of top menu?


  #1  
Old Feb 2, 2010, 07:58 AM
shin
 
4 posts · Feb 2010
I want to change the padding of

PHP 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 
I can't find in option area.

Could anyone tell me where I can change it please?

Thanks in advance.
  #2  
Old Feb 2, 2010, 12:39 PM
juggledad's Avatar
juggledad
 
7,953 posts · Mar 2009
OSX 10.5.8/10.6.2 WP 2.8.x/2.9.x/3.0 Atahualpa 3.2/3.3.x/3.4.x/3.5.x Safari 4.0.3 Firefox 3.5.3 XP/I
Gold Member 
you will need to add a CSS Selector and rule to ATO->Add HTML/CSS Inserts->CSS Inserts
__________________
Please donate if my support has been of value. Choose the PayPal button JUGGLEDAD.
  #3  
Old Feb 5, 2010, 08:57 PM
markzip
 
8 posts · Jan 2010
Gold Member - Level 2 
Possible for you to suggest code for this insert?
  #4  
Old Feb 6, 2010, 05:34 AM
juggledad's Avatar
juggledad
 
7,953 posts · Mar 2009
OSX 10.5.8/10.6.2 WP 2.8.x/2.9.x/3.0 Atahualpa 3.2/3.3.x/3.4.x/3.5.x Safari 4.0.3 Firefox 3.5.3 XP/I
Gold Member 
Thanks for the donation, Try this for the menu - add this to ATP->Add HTML/CSS Inserts
->CSS Inserts
HTML Code:
/* ================================================ */
/* CSS to set line around menu area                 */
/* ================================================ */
div#menu1 ul.rMenu {
	border: solid 1px #BF1E06; 
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ================================================ */
/* CSS to set lines around vertical drop down       */
/* ================================================ */
div#menu1 ul#rmenu2 li ul {
	border-top: solid 0px #BF1E06; 
	border-right: solid 1px #BF1E06; 
	border-left: solid 1px #BF1E06; 
	border-bottom: solid 1px #BF1E06; 
}
/* ================================================ */
/* CSS to remove lines around each page item        */
/* ================================================ */
div#menu1 ul#rmenu2 li a {
	border: none 0px #BF1E06; 
}
/* ================================================== */
/* CSS for setting menu padding - horizontal menu     */
/* ================================================== */
ul.rMenu li {
	padding-top: 0px;
	margin: 0px 0px 0px 3px;
	border-bottom: none 0px red; 
}
/* ================================================== */
/* CSS for setting menu padding - vertical menu     */
/* ================================================== */
ul.rMenu-ver li {
	padding-top: 0px;
	margin-top: 0px;
	border: solid 0px #BF1E06; 
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
__________________
Please donate if my support has been of value. Choose the PayPal button JUGGLEDAD.
  #5  
Old Feb 7, 2010, 08:46 PM
markzip
 
8 posts · Jan 2010
Gold Member - Level 2 
Thanks for this. Site owner has decided to go with top-nav only. Makes things simple for me!

Bookmarks

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Center Column and Sidebars no top padding in Safari Whatsthatcat? Atahualpa 3 Wordpress theme 2 May 3, 2010 09:54 PM
Change padding on bullet list in center column? lhanft Forum How-To 2 Jul 16, 2009 08:51 PM
Change Border Colours at Top gradlebum Atahualpa 3 Wordpress theme 1 Jul 15, 2009 07:55 PM
How do I change the "Page" header on top of my menu? I cannot find it in the editor. Jayce Page & Category Menu Bars 1 Apr 11, 2009 09:51 PM
How do I change the home page top menu text and background box colors? bella123 Page & Category Menu Bars 4 Feb 13, 2009 07:07 AM


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


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