Entry Wrap Size Change, Blog Index Content Issue

Hey, using the Integrity stack, I wasn’t quite happy with the width of the overall layout, so I used the following CSS to change the width:

.entry-wrap
{
margin-left: 90px;
margin-right: 90px
}

This fixed my main issue, but now some of the content hasn’t moved. Specifically the blog listings on the index page. They don’t fall within the wrapper itself. I can’t seem to find a way to have them centre within the wrap.

Any help is appreciated!

Hi there,

Thanks for writing around! Instead of custom CSS, adjust the site’s layout via Theme Options > Layout and Design

Adjust Site or Content width as per your need.

Hope this helps!

1 Like

Hahaha, that was much simpler!

Thanks!

Glad we could help.

Cheers!

Sorry, I’ve run into a second issue now, related to the first.

I’ve managed to adjust the size of the container, but am now also trying to change the size of the blog post thumbnails. I’ve been able to change the images themselves using .entry-thumb, but when the image size increases, it doesn’t move any of the surrounding text, just overlaps it. How can I increase thumbnail size properly?

Hello there,

You may be able to do this by changing the size of your featured image by code or using a third-party plugin. I recommend you choose the latter as this would be of ease to you. Please refer to the tutorial below:

Hope that helps.

Hey, I was just able to figure it out.

My mistake was that I was using “.entry-thumb” when I should have been using “.blog .entry-featured”

Almost have this figured!

Thanks again

Glad that you managed to fix the issue :slightly_smiling_face:

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