- Posts: 6
- Thank you received: 0
Shadow disappears if featured block used on right
-
DeFactoSA
Inactive member -
Topic Author
- New Member
-
Less
More
13 years 9 months ago #8850
by DeFactoSA
Shadow disappears if featured block used on right was created by DeFactoSA
Hi. Great template. I am currently working on a site where I am using the _featured suffix on the RIGHT instead of the left - and the shadow for the content area disappears - although it does show up if I use the _featured suffix in a left position.
Any ideas where I can fix this?
Any ideas where I can fix this?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 9 months ago #8857
by ivan.milic
Replied by ivan.milic on topic Re: Shadow disappears if featured block used on right
Send us link so we could check.
Please Log in to join the conversation.
-
DeFactoSA
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
13 years 9 months ago - 13 years 9 months ago #8864
by DeFactoSA
Replied by DeFactoSA on topic Re: Shadow disappears if featured block used on right
Duh, sorry! Link:
www.de-facto.co.za
You can see on the home page - on the left we have a quick quote request which has the shadow, on the right we have the search and and another featured block, neither of which have the shadow.
Last edit: 13 years 9 months ago by DeFactoSA. Reason: typo
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 9 months ago #8877
by ivan.milic
Replied by ivan.milic on topic Re: Shadow disappears if featured block used on right
Hi,
that shadow is cumming from central content:
in layout.css:
#content_wrap {
float: left;
-moz-box-shadow: 0px 0px 30px black;
-webkit-box-shadow: 0px 0px 30px black;
box-shadow: 0px 0px 30px black;
}
you can make shadow on right by adding this (may be bottom of layout.css):
.column_right
{
-moz-box-shadow: 0px 0px 30px black;
-webkit-box-shadow: 0px 0px 30px black;
box-shadow: 0px 0px 30px black;
}
that shadow is cumming from central content:
in layout.css:
#content_wrap {
float: left;
-moz-box-shadow: 0px 0px 30px black;
-webkit-box-shadow: 0px 0px 30px black;
box-shadow: 0px 0px 30px black;
}
you can make shadow on right by adding this (may be bottom of layout.css):
.column_right
{
-moz-box-shadow: 0px 0px 30px black;
-webkit-box-shadow: 0px 0px 30px black;
box-shadow: 0px 0px 30px black;
}
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6797
- Thank you received: 723
13 years 9 months ago #8883
by milos
Replied by milos on topic Re: Shadow disappears if featured block used on right
Actually, it's:
#column_right
{
-moz-box-shadow: 0px 0px 30px black;
-webkit-box-shadow: 0px 0px 30px black;
box-shadow: 0px 0px 30px black;
}
#column_right
{
-moz-box-shadow: 0px 0px 30px black;
-webkit-box-shadow: 0px 0px 30px black;
box-shadow: 0px 0px 30px black;
}
Please Log in to join the conversation.
Time to create page: 0.161 seconds