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 »

[SOLVED] How to change padding of top menu?


  #1  
Old Feb 2, 2010, 07:58 AM
shin
 
4 posts · Feb 2010
[SOLVED] How to change padding of top menu?

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
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
you will need to add a CSS Selector and rule to ATO->Add HTML/CSS Inserts->CSS Inserts
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Feb 5, 2010, 08:57 PM
markzip
 
60 posts · Jan 2010
Possible for you to suggest code for this insert?
  #4  
Old Feb 6, 2010, 05:34 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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; 
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Feb 7, 2010, 08:46 PM
markzip
 
60 posts · Jan 2010
Thanks for this. Site owner has decided to go with top-nav only. Makes things simple for me!

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 02:51 PM.


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