|
#2
May 17, 2010, 11:57 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
it's caused by the styling you have in the first widget in the left sidebar
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#3
May 17, 2010, 02:15 PM
|
|
thanks...
but why only on some pages...
|
#4
May 17, 2010, 03:34 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
are you using any widget logic to only have teh widget on some pages?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#5
May 17, 2010, 05:17 PM
|
|
nope, every page gets the widget...
it looks like menu1 might be affected, right? the background goes white?
|
#6
May 17, 2010, 05:41 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
yes, now the menu background is white for all the pages
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#7
May 17, 2010, 06: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>
|
#8
May 18, 2010, 07: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?
|
#9
May 18, 2010, 07:20 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
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.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
Last edited by juggledad; May 18, 2010 at 07:22 AM.
|
#10
May 18, 2010, 07:26 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
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?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
|