Wide Homepage / Narrow Blog Posts?

Hey, is there any code to get this done? I would need my homepage more wide but keep the blog posts pretty narrow for easy to read… thank you

Hey Viliam,

Because this is a minor layout change, I’m going to provide the override code for Site Width and Site Max Width for your blog/homepage. Add the following code in Theme Options > CSS and edit the values as per your design requirement.

.blog .x-container.max.width {
    max-width: 1366px;
    width: 90%;
}

Please remember this code because this will render the Site Width and Site Max Width option unusable if you’re previewing your blog/homepage.

Hope that helps.

Thanks, very helpful! I will x)

You’re welcome, Viliam.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.