Changing the default post layout?

Posted in: Newspaper
Post count: 11

I’m just getting started with the theme and am very impressed so far. I’m trying to see how best to edit the default layout of the single post page. I’ve gone through the Post Settings in the customizer, but I don’t see layout options there or elsewhere. It looks like the default layout is for a full width image with post text below, and I want a left floated thumbnail with content that wraps. Since modules and blocks (which I haven’t fully explored yet) seem to be available for all other types of pages, I wonder what I’m missing that I can’t find how to change the layout on individual posts.

Post count: 3343

Hello,
For left floated thumbnail:
Replace featured-image with art-big-1col like here: http://screencast.com/t/AUwOttmCM0p

and add this in style.css

.post .thumb-wrap {
    float: left;
    margin-right: 21px;
}

Thanks for the message!

Post count: 11

Great, that worked! although I had to omit .post as a selector for the css to work. I hope this doesn’t cause conflicts with .thumb-wrap elsewhere.

Post count: 3343

Hello,
Preventive put .post to

Thanks!

Post count: 11

There isn’t a “post” class on the page. This is the code for the div that contains the “thumb-wrap” div:

<article id="post-50" class="post-50 pub type-pub status-publish hentry" itemscope="" itemtype="http://schema.org/Article">

I don’t know the code well enough to know what post-50 refers to or where else it could be used.

Post count: 854

hello,
did you find any conflicts elsewhere?
if it works for you live it like that, or tell us if you have this problem elsewhere.

Thanks for you message.
Radu A.

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.