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 » Header configuration & styling »

[SOLVED] Can't adjust page tab sizes - 1px is all I need...


  #1  
Old Jan 10, 2010, 04:53 PM
b1tzmast3r
 
18 posts · Oct 2009
Hi Everyone!

I've tried everything I can think of but I can't keep my "page" links at the top left of my site from having these little tabs that hang one pixel over the logo area.

It looks kind of goofy and since it's on my portfolio I kind of need it to line up since it doesn't look right.

Here's the site: http://portfolio.bitz-art.com/

I'm on WP 2.9.1 and AP 3.4.4

Any suggestions would be greatly appreciated.

Thanks,

Rob
  #2  
Old Jan 11, 2010, 10:11 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
put solid 1px #312C29; in ATO->Page Menu Bar->Border around all menu items
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Jan 11, 2010, 10:59 AM
b1tzmast3r
 
18 posts · Oct 2009
AHHH...Yes...that does work however I'm trying to set it up so the tabs "connect" to the lighter color below like the home page tab does and that border makes it look goofy.

To help display what I'm trying to remove I added that border, only in the lighter color...now you can see how each page menu item has the line all the way around it. If I could remove that line from the menu tabs I'd be good to go.

Here's the link again to see the update. http://portfolio.bitz-art.com/

Thanks a million!

I'll be sure to donate again as soon as I can get a decent pay check
  #4  
Old Jan 11, 2010, 06:21 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
so you want it to look similar to the cagetory menu? (just different colors)
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Jan 11, 2010, 06:28 PM
b1tzmast3r
 
18 posts · Oct 2009
Yes ~ Exactly!!

That would make me super happy!!
  #6  
Old Jan 12, 2010, 05:19 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
you currently have
HTML Code:
ul#rmenu2 li {
border-left: solid 1px #A7A37E;
border-right: solid 1px #A7A37E;
border-bottom: solid 1px #A7A37E;
}
chang that to
HTML Code:
ul#rmenu2 li {
border-bottom: solid 1px #DCD5A5;
}
You just have to make the bottom border around the menu items the same color as the logo background
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #7  
Old Jan 12, 2010, 12:33 PM
b1tzmast3r
 
18 posts · Oct 2009
Well, I did get somewhat confused...but you certainly pointed me in the right direction!

Here's what I did:
Code:
div#menu1 ul.rMenu {
	background: #<?php echo $bfa_ata['page_menu_bar_background_color']; ?>;
	border-bottom: solid 1px #312C29;
	}
That allowed me to put a border on the background of the menu without affecting the tabs ~ which worked!!

Thanks for your help!

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Page tab height issue: page link tabs higher than page menu bar Fux Page & Category Menu Bars 13 Oct 30, 2010 03:42 AM
[SOLVED] Blog Page causes Home Page Tab to light up as well WebWeaver Header configuration & styling 1 Jun 30, 2009 06:45 PM
adjust the width of the menu nina Forum How-To 1 Jun 4, 2009 08:12 AM
Configuring a Page Navigation Tab Link OneSister Page & Category Menu Bars 2 Apr 16, 2009 01:42 PM
Static Home page, separate tab for posts pbravin Page & Category Menu Bars 1 Feb 24, 2009 07:55 AM


All times are GMT -6. The time now is 10:34 AM.


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