Setting Epik within a smaller container?

Homepage Community Forums Epik Theme Support Setting Epik within a smaller container?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #16317
    JokeAndBiagio
    Customer

      Hi,

      I’m rebuilding our company site on Epik. This is what the site currently looks like (not yet on Epik)

      http://jokeproductions.com/

      We’d like to set the max with to 980 and have that nice little border around it as the Joke Productions site does, but still keep it mobile responsive.

      My first attempt failed pretty miserably:

      http://jnb.jokeproductions.com/

      That happened when I tried this:

      .wrap {
      	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;
      }

      I basically added the code from my previous theme to the wrap area, and clearly that was wrong.

      Do I need to add another CSS box around the whole theme and then add this code, or is there an existing container already in the Epik code I could tweak?

      Thanks for any advice.
      Biagio

      #16320
      JokeAndBiagio
      Customer

        Never mind — for anyone else who reads this, when I looked at the genesis markup guide I realized .site_container was what I was looking for. Thanks!

        #16322
        Andykev
        Customer

          You might want to try the Genesis Visual Hook Guide plugin. It is really good at showing the containers, markup and so on with your Genesis theme.

          Glad you found what you wanted.

        Viewing 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.