Problem with blog layout

Hello

The design I choose is working very well, except for my blog page. Unfortunately when you click on a blog post, the photos and text are not spaced well. Meaning, I have photos in different spots all of the page. Also, the white space is awkward as a result. If you view the same post on mobile, with a vertical monitor, it looks fantastic. All the text will wrap around the photos and there is no awkward white space.

Is there anyway to have my posts, be in a more vertical format, when you view them on a desktop? Hoping to prevent this issue of photos, white space and text to being non-streamlined.

http://www.chriswarephotography.com/kessler-crane-second-shooter-review/ - view this on desktop and mobile. You will see what I mean.

thanks

chris…

Hello Chris,

Thanks for writing in!

Your issue with the images is because of the way you have inserted those image. The image dimensions were not the same. I recommend that you re insert the image again and this time, please select a uniform image size which could be a medium size. To know more how you can work with images and how to insert them in a post, please check this out:

Hope this helps.

Hi

When I minimize my browser screen. Then drag the corner in, to make the browser smaller. The images and text wrap around each other and look great. My old them and blog was much more narrow then this one, and this is why my old blog posts now look odd. Is there anyway I can make just the blog area, when you click on a post, to read in a narrow column?

I have an image that I can attached to show you, however there is no way to do this in the forum. Please try minimizing the browser when you are reading the post, then drag the browser corner so the browser is about 6" wide. It looks great that way. It also looks great on mobile and tablet.

thanks

Hi Chris,

Yes, based on your setup it should wrap, may I know how narrow you prefer it to be? Seems to be okay on my view, would it be okay if I get a sample URL of how it should be?

Thanks!

Hi, thanks for helping. I can’t give a sample URL because my old theme is gone. Im now using X. How can I make the post narrow and keep the rest of the theme wide the way it is?

thanks!

Hi Chris,

We can override container width for single post only using custom CSS. Try adding the following CSS on Theme Options > Global CSS

.single-post .x-container.max.width.offset {
    max-width: 900px; /*Adjust 900px as necessary*/
}

Hope this helps.

awesome, thanks!!!

You’re always welcome.

Cheers!

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