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 »

Page Menu drop down modification - remove arrows & extra space


  #1  
Old Feb 23, 2009, 04:42 PM
dorigen
 
5 posts · Feb 2009
Page Menu drop down modification - remove arrows & extra space

Hi,

I am using the page menu and would like to remove the little arrows that appear when you add sub-pages, as well as the extra space created for the little arrows. I found the area in the code that calls the arrows, and i've removed them successfully, however the space allocated for the arrows is still there and I don't know how to remove it.

Help is appreciated.

Thanks!
  #2  
Old Feb 24, 2009, 10:32 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Add as CSS Insert

HTML Code:
div#menu1 ul.rMenu li.rMenu-expand a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a 
    {
    padding-right: 5px;
}
default is 15px
  #3  
Old Feb 24, 2009, 08:46 PM
dorigen
 
5 posts · Feb 2009
Thanks a million! This was driving me nuts.
  #4  
Old Mar 19, 2009, 06:55 AM
yiorgos
 
13 posts · Feb 2009
A couple of quick questions on this:
1) how do we actually remove the arrows?
2) is it possible to move the subpages drop down to the right next to the parent page (or vertically below instead of below and to the right)

Thanks
  #5  
Old Mar 20, 2009, 03:22 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
You would have to edit style.css changing
HTML Code:
padding-right: 15px;
to
HTML Code:
padding-right: 5px;
in line 2127, 2140, 2171, 2179 - may be different line numbers for you

And delete in header.php lines starting with

PHP Code:
background-image: url(<?php echo get_bloginfo('template_directory'); ?>/images/expand-right
or

PHP Code:
background-image: url(<?php echo get_bloginfo('template_directory'); ?>/images/expand-down
Each should appear 2 times
  #6  
Old Mar 25, 2009, 02:43 AM
yiorgos
 
13 posts · Feb 2009
Thanks for this
Is changing the right padding to 5 supposed to make the menu drop-down exactly under its heading? It doesn't have that effect.

If not what do I need to change to achieve that?

Thanks

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Category Menu Bar: Subcategory Indicator Arrows MatthiasHeil Page & Category Menu Bars 14 Jan 13, 2011 07:42 AM
Too Much White Space at Top of Page-How Do I remove Mande Header configuration & styling 2 Aug 12, 2009 11:34 AM
[SOLVED] Page Menu Bar - Strange Space Occurring Between Menu Items NealSchaffer Page & Category Menu Bars 2 Jun 20, 2009 10:18 AM
[SOLVED] extra space between posts on homepage reallylost Post-Kicker, -Byline & -Footer 8 Jun 2, 2009 02:11 PM
Page Menu Drop Down Only Showing First 6 Child Pages LabbyRoad Page & Category Menu Bars 4 Mar 11, 2009 11:40 AM


All times are GMT -6. The time now is 11:15 AM.


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