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)
-   -   Help please, weird problems ... (http://forum.bytesforall.com/showthread.php?t=7151)

Tesha May 17, 2010 04:24 AM

Help please, weird problems ...
 
http://www.marcoislandliving.com/wordpress/
and http://www.marcoislandliving.com/wordpress/?page_id=16

use the same everything yet the main page has a white background for the navigation bar
and the other has my choice of blue...

I cannot for the life of me figure out what would make them different...
font sizes change too... so strange

help? please?

juggledad May 17, 2010 10:57 AM

it's caused by the styling you have in the first widget in the left sidebar

Tesha May 17, 2010 01:15 PM

thanks...

but why only on some pages...

juggledad May 17, 2010 02:34 PM

are you using any widget logic to only have teh widget on some pages?

Tesha May 17, 2010 04:17 PM

nope, every page gets the widget...

it looks like menu1 might be affected, right? the background goes white?

juggledad May 17, 2010 04:41 PM

yes, now the menu background is white for all the pages

Tesha May 17, 2010 05:51 PM

This is the CSS for the left widget - I made sure they didn't interfere with yours...
Do you see anything that would effect the main CSS?

<style type="text/css">
<!--
.leftnavtop1 {
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
text-align: left;
padding-left: 10px;
color: #ffffff;
text-decoration: none;
}

.leftnavtop1 a {
color: #ffffff;
text-decoration: none;
}

.leftnavtop1 a:hover {
color: #c2d3da;
text-decoration: none;
}

.leftnav1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
text-align: left;
color: #072757;
text-decoration: none;
vertical-align: top;
}

.leftnav1 a{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
text-align: left;
color: #072757;
text-decoration: none;
}

.leftnav1 a:hover{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
text-align: left;
color: #146c87;
text-decoration: none;
}

-->
</style>

Tesha May 18, 2010 06:04 AM

OK - I forced it using css.php

by adding background color...


div#menu1 {
border: solid 1px #003466;
background-color: #003466
}


now - the different fonts? any idea?

juggledad May 18, 2010 06:20 AM

Quote:

now - the different fonts? any idea?
what fonts are different?

Are you editing the css.php module? I suggest you don't - put overrides in ATO->Add HTML/CSS Inserts->CSS Inserts so they will be a theme option and carried over on upgrades.

juggledad May 18, 2010 06:26 AM

also, why not put ths styling that you have in the left sidebar widget into the CSS Inserts instead of having it as part of teh widget?


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

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