|
#1

Jun 21, 2010, 03:53 PM
|
|
Hi,
Thanks for a superb theme!
I wonder if there's a way to remove the drop shadow that's only visible in firefox, which I just discovered?
I have made my own background and they kind of collide...
Thanks,
Claes
|
#2

Jun 21, 2010, 06:09 PM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Where do you see a drop shadow?
what is the URL?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#3

Jun 21, 2010, 11:50 PM
|
|
www.enharligsalong.se
Only with Firefox, around the whole main container. It looks bad at the top and bottom of the page.
|
#4

Jun 22, 2010, 06:06 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
look at what you coded at ATO->Style & edit CENTER COLUMN->Center column style
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#5

Jun 22, 2010, 01:22 PM
|
|
It's not the center column but the whole "page".
I attached two screens to show you what I mean. I want it to look like it does in IE.
/Claes
|
#6

Jun 22, 2010, 02:11 PM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
check to see if it's the body background image (ato->Body, Text & Links-.Body Style)
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#7

Jun 23, 2010, 12:56 AM
|
|
No, it's not. I made the background myself. I know what it looks like
I need to find where the default dropshadows, only visible in Firefox, comes from, and how to remove them.
/Claes
|
#8

Jun 23, 2010, 04:05 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
As I said in post #4, it's the center Colum styling. Please go to ATO->Style & edit CENTER COLUMN->Center column style and remove teh two lines
HTML Code:
box-shadow:0 0 15px #333;
-moz-box-shadow:0 0 15px #333;
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#9

Jun 23, 2010, 04:16 AM
|
|
I don't have that in there? Strange... I'm running 3.4.9 btw.
|
#10

Jun 23, 2010, 04:19 AM
|
|
Ah, found it! It's under Style and configure LAYOUT - Layout Container Style.
Thanks,
Claes
|
#11

Jun 23, 2010, 04:20 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Yes you do, I'm looking at the generated source. Do you see more that one line? If nos, put your cursor there and do a 'select all' and paste the results in a text editor.
If you only have one line you probably have a plugin conflict
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#12

Jun 24, 2010, 04:46 AM
|
|
Ok, but I found it under "Style and configure LAYOUT" - "Layout Container Style" thanks to your snippet of code.
And it works. Problem solved
/Claes
|
|