Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] Can't adjust page tab sizes - 1px is all I need... (http://forum.bytesforall.com/showthread.php?t=5236)

b1tzmast3r Jan 10, 2010 04:53 PM

[SOLVED] Can't adjust page tab sizes - 1px is all I need...
 
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

juggledad Jan 11, 2010 10:11 AM

put solid 1px #312C29; in ATO->Page Menu Bar->Border around all menu items

b1tzmast3r Jan 11, 2010 10:59 AM

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 :o

juggledad Jan 11, 2010 06:21 PM

so you want it to look similar to the cagetory menu? (just different colors)

b1tzmast3r Jan 11, 2010 06:28 PM

Yes ~ Exactly!!

That would make me super happy!! :)

juggledad Jan 12, 2010 05:19 AM

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

b1tzmast3r Jan 12, 2010 12:33 PM

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!


All times are GMT -6. The time now is 07:43 AM.

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