Reply To: How do I change the width of the body content on JUST the landing page template?

Homepage Community Forums Epik Theme Support How do I change the width of the body content on JUST the landing page template? Reply To: How do I change the width of the body content on JUST the landing page template?

#4505
Wes
Moderator

    If you’re just using the Landing page as your homepage, then you should be able to add this –

    .home #inner .wrap {
        width: 600px;
    }