Epic Site Container shadow…

Homepage Community Forums Epik Theme Support Epic Site Container shadow…

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #16357
    JokeAndBiagio
    Customer

      Hi,

      I was trying to fit Epik into a smaller “container” using this code:

      .site-container {
      	margin: 0 auto;
      	max-width: 980px;
      	border-top:1px solid #fff;
      	background-color:#fff;
      		min-height:100%;
      		height:auto !important;
      		-moz-box-shadow: 0 0 5px 5px #adada8;
      	-webkit-box-shadow: 0 0 5px 5px #adada8;
      	box-shadow: 0 0 5px 5px #adada8;
      }
      

      However, it only seems to be working on the slider at the moment, which is what everything is placed it for now.

      http://tor.jokeproductions.com

      I’d like to use some of the home features, but can’t seem to get them to sit in the same “smaller box” I have gotten the top and slider to sit in.

      Could someone point me in the right direction of shrinking down the rest?

      Thanks so much.

    Viewing 1 post (of 1 total)
    • You must be logged in to reply to this topic.