Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   Extra formatting of the Page Menu Bar (http://forum.bytesforall.com/showthread.php?t=8081)

andr3w84 Jul 11, 2010 09:40 PM

Extra formatting of the Page Menu Bar
 
1 Attachment(s)
I figured out some other people would also be interested in the sort of formatting I intend to create for my static site's Page Menu Bar:

(1) Center the Page Menu items ("Home", "Contact Us", etc) instead of leaving them aligned to the left (default in Atahualpa).

(2) Colour the rest of the Page Menu Bar (the part that is not under the item buttons) in the same way as the buttons and not in light gray (default in Atahualpa).

(3) Place separators (such as "|", or ">>", or "-", etc) between the bar items.

There's other ways to format the buttons (animate them or produce a sound when the cursor hovers on, etc) but I think the previous 3 options would be enough to create a modern, sleek looking Page Menu Bar. All help / comments are welcome, thanks!

PD: Please see attachment for reference (the blue part is how I intend my Page Menu Bar to look).

Foppa Jul 12, 2010 03:36 AM

I'm looking to do exactly that as well.

Anyone know how?

Foppa Jul 17, 2010 03:15 PM

Where do you place the "|" at?

netninja Jul 17, 2010 07:53 PM

i have extra space between my post header and the post

driving me nuts

www.prolawncare.us

advice?

Fux Jul 18, 2010 02:32 AM

netninja,

this CSS showed up in your source and this is your problem:

td#header {
padding-bottom:15px;
}

I have no clue where that might come from, probably some setting in Ata. You could fix that by inserting this css:

td#header {
padding-bottom:0px !important;
}

You might not need the "!important" part. But there certainly is a more elegant solution, I just can't find it right now.

Fux Jul 18, 2010 02:47 AM

Quote:

Originally Posted by andr3w84 (Post 36713)
I figured out some other people would also be interested in the sort of formatting I intend to create for my static site's Page Menu Bar:

(1) Center the Page Menu items ("Home", "Contact Us", etc) instead of leaving them aligned to the left (default in Atahualpa).

'%page-center' on the "Style & Edit HEADER AREA" page. It is right there.

Quote:

(2) Colour the rest of the Page Menu Bar (the part that is not under the item buttons) in the same way as the buttons and not in light gray (default in Atahualpa).
'Background color' in "Page Menu Bar"

Quote:

(3) Place separators (such as "|", or ">>", or "-", etc) between the bar items.
That's a difficult one. But you could at least get your "|" by using borders just like this: www.heavyconnection.net

Foppa Jul 18, 2010 03:46 AM

Quote:

Originally Posted by Fux (Post 37446)
That's a difficult one. But you could at least get your "|" by using borders just like this: www.heavyconnection.net

How can I do that? That's exactly what I'm looking to do. (from your link)

Fux Jul 18, 2010 06:16 AM

I solved it by adding this

.page_item {
border-right: solid 2px #330000;
text-align: center;
}
#rmenu2 {
border-left: solid 2px #330000;
}

You'll need the left border on rmenu2. If you add right AND left borders to page_item, you'll end up with double borders between two buttons and single borders on the first and last.

Foppa Jul 18, 2010 02:41 PM

Thank you, that worked.

Any way to shorten the borders? I don't want them the full length.

Fux Jul 19, 2010 02:15 AM

The borders are as long as the '.page_item's are high. You'd have to change the .page_item height.


All times are GMT -6. The time now is 09:23 AM.

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