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)
-   -   [SOLVED] page wide menu background (http://forum.bytesforall.com/showthread.php?t=20845)

Ber|Art Aug 30, 2013 04:36 AM

[SOLVED] page wide menu background
 
How can I extend the menu background color page wide without using a background image? So I want the menu bar page wide.

The site (http://www.vanuitert-internetransportsystemen.nl/) is set to 1100px fixed centered, and this has to stay that way :)

Is there a piece of CSS code I can add to do this?

juggledad Aug 30, 2013 04:59 AM

Site is in maintenance mode

Ber|Art Aug 30, 2013 05:21 AM

Not any more now ;)

Ber|Art Aug 30, 2013 05:51 AM

Any idea @juggledad ?

juggledad Aug 30, 2013 06:57 AM

You can ry this
- add a new widget area to the ato->Add HTML/CSS Inserts->HTML Inserts: Body Top
HTML Code:

<?php bfa_widget_area('name=body top'); ?>
- view to front page
- add a text widget to the 'body top' widget area
- add teh following to the text widget
HTML Code:

<div id="bodytop">&nbsp;</div>
use CSS to style the area, something like
HTML Code:

#bodytop {
    background-color: #FF0000;
    height: 22px;
    position: relative;
    top: 38px;
}


Ber|Art Aug 30, 2013 07:05 AM

WOW this worked great! Donation is on the way! :)

juggledad Aug 30, 2013 07:09 AM

there may be some slight difference in different browsers because of the way the browsers work. Gee...wouldn't it be nice if all browsers worked the same...but I guess then we'd only need one

Ber|Art Aug 30, 2013 07:15 AM

Nope looks the same in IE, FF and Chrome right now, I overlapped with 1px ;) so if it is 1 pixel off it's no problem ;)


All times are GMT -6. The time now is 08:17 AM.

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