Website shadow

Posted in: Newspaper
Post count: 5

Hello,

Great theme,

I will ask many questions as I’m not really an expert, if you don’t mind.
I’m using child theme and would like to add shadow at the sides of the full website, between the background image and the full website.

Thanks.
I did searches but was not successful.

Post count: 1291

Hi,

On custom modifications we can provide some guidance but we cannot provide full solutions, if you have many modifications i suggest that you look for a developer to make them for you.
In this case you have to apply a box shadow css effect – http://www.w3schools.com/cssref/css3_pr_box-shadow.asp – also check this generator – http://www.cssmatic.com/box-shadow

Thank you, Emil G.

Post count: 5

Hello Emile,
Thanks for the reply,
I tried but the line is not straight, website working on is here

.td-logo-rec-wrap {
 -webkit-box-shadow: 0px -3px 5px 1px rgba(8,33,133,1);
-moz-box-shadow:  0px -3px 5px 1px rgba(8,33,133,1);
box-shadow:  0px -3px 5px 1px rgba(8,33,133,1);
}

.td-menu-wrap {
-webkit-box-shadow: 0px -5px 5px 1px rgba(8,33,133,1);
-moz-box-shadow: 0px -5px 5px 1px rgba(8,33,133,1);
box-shadow: 0px -5px 5px 1px rgba(8,33,133,1);
}

.td-grid-wrap {
-webkit-box-shadow: 0px 8px 5px 1px rgba(8,33,133,1);
-moz-box-shadow: 0px 8px 5px 1px rgba(8,33,133,1);
box-shadow:   0px 8px 5px 1px rgba(8,33,133,1);
}
  • This reply was modified 11 years by bukavu.
Post count: 7909

Hi,

I’m not sure what you mean, but if you refer to this – http://screencast.com/t/STufXfSjx please change css for grid-wrap: http://screencast.com/t/dwL8ie2vCb3X

Thanks!

Post count: 5

Hi Alin,

That did the trick.. Thank you very much.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.