News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Modifying a Drop Shadow Along The Entire Forum Border

Started by S_EEk_ER, August 11, 2015, 02:01:27 PM

Previous topic - Next topic

S_EEk_ER

Hi guys,

Can someone point me in the right direction on where we would modify a drop shadow that appears on around the right border of our entire forum?  We want to remove it altogether - screenshot attached.

I hope I am posting this to the right board.

Thanks!

JBlaze

For that, since that's not the default SMF theme, you will have to ask in the theme's support topic :)
Jason Clemons
Former Team Member 2009 - 2012

S_EEk_ER

Quote from: zilladotexe on August 11, 2015, 02:23:03 PM
For that, since that's not the default SMF theme, you will have to ask in the theme's support topic :)

Hmmm, I'll have to see if I can find it.  The theme we downloaded is:  http://custom.simplemachines.org/themes/index.php?lemma=2625

There is a support link here, but it hasn't been updated in a couple of years:  http://www.simplemachines.org/community/index.php?topic=483640.msg3387205#msg3387205

Sir Osis of Liver

/css/index.css -



/* This division wraps the entire forum when a forum width is set. */
div#wrapper
{
margin: 0 auto;
min-width: 764px;
max-width: 2300px;
background-color:#FFFFFF;
// box-shadow: 5px 5px 10px grey;
}



Ashes and diamonds, foe and friend,
 we were all equal in the end.

                                     - R. Waters

S_EEk_ER

Quote from: Krash on August 11, 2015, 03:53:24 PM
/css/index.css -



/* This division wraps the entire forum when a forum width is set. */
div#wrapper
{
margin: 0 auto;
min-width: 764px;
max-width: 2300px;
background-color:#FFFFFF;
// box-shadow: 5px 5px 10px grey;
}





Excellent, exactly what I was looking for.  Thank-you Krash!

Advertisement: