Change the content width easily?

Homepage Community Forums Epik Theme Support Change the content width easily?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #5008
    AmyA
    Customer

      Hey Wes, Epik looks great! Would it be possible to very easily change the width of the content from 1152 to about 600? I’m going for single column of content (no sidebar at all) and just want it much narrower but still be responsive, etc. etc. Thanks!

      #5012
      Eric
      Customer

        Take a look in your responsive section and adjust the width from there –

        /*
        24 Media Queries
        ---------------------------------------------------------------------------------------------------- */
        
        /* Desktops, laptops and iPads (landscape) ----------- */
        
        @media only screen and (max-width: 1200px) {
        	
        	#header,
        	#nav .wrap,
        	#subnav .wrap,
        	.slider-inner,
        	#welcome .wrap,
        	#home-feature-bg .wrap,
        	#home-feature-bg-alt .wrap,
        	#home-feature-bg-dark .wrap,
        	#inner .wrap,
        	.footer-widgets .wrap,
        	#footer .wrap {
        		width: 960px;
        	}
        
        }

        Try increasing the – 1200px width and then decreasing the 960px width to 600px until you get the result you want.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #5016
        AmyA
        Customer

          Thanks for the response, Eric. I’m not sure I’m following. So I first increase the 1200px (max-width) and then decrease the 960px to 600px? Is there a max-width you’d suggest I increase to to start?

          #5037
          Eric
          Customer

            Yes that’s right. Whenever a browser is at 1200px width (for example) that responsive code I posted above will kick in and will make the theme width become 960px. So that’s why I recommended increasing that width so the 960 part (which will be 600px in your case) will always be activated. You’ll have to experiment with the size since I don’t have the theme in front of me to test at the moment, but logically everything should work if you make the adjustment.


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

            #5043
            AmyA
            Customer

              OK thanks.

              #5044
              Eric
              Customer

                You’re Welcome


                I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                #5045
                AmyA
                Customer

                  I noticed you all provide a customization service. Is this something I could hire you to do if needed?

                  #5051
                  Eric
                  Customer

                    At the moment I’m unable to take on any new clients, but you could contact Wes to see if he’s available – https://appfinite.com/contact-us/


                    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

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