how do I decrease the width of the full width landing page?

Homepage Community Forums Epik Theme Support how do I decrease the width of the full width landing page?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9694
    Derek
    Customer

      Hello,

      Please tell me what code I need to change to decrease the width of the full width landing page (to between 800 & 900 pixels). I’m assuming changing the code will change all pages with this layout selected regardless of if it is a landing page or other, is this correct? That will work for me I just want to understand what I am changing.

      Thank you.

      #9699
      Eric
      Customer

        Add this to your css –

        .epik-landing .wrap {
            max-width: 800px;
        }

        Thats how you can change it without it affecting other pages of the theme.


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

        #9812
        Derek
        Customer

          Perfect. Thank you.

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘how do I decrease the width of the full width landing page?’ is closed to new replies.