Shadow disappears if featured block used on right

  • DeFactoSA
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 9 months ago #8850 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?

Please Log in to join the conversation.

More
13 years 9 months ago #8857 by ivan.milic
Send us link so we could check.

Please Log in to join the conversation.

  • DeFactoSA
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 9 months ago - 13 years 9 months ago #8864 by DeFactoSA
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.

More
13 years 9 months ago #8877 by ivan.milic
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;
}

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
13 years 9 months ago #8883 by milos
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;
}

Please Log in to join the conversation.

Time to create page: 0.161 seconds
Powered by Kunena Forum