Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #106364
    ctron
    Participant

    When setting the ‘Archive Content Layout’ to ‘Show full content’ then the layout on the main posts page seems to be broken when a post has a featured image set. The post gets split up in a two column layout where the left side is empty and the right side contains the actual content

    #106394
    Mahesh
    Keymaster

    @ctron: There has been a little bug in the theme. This will be fixed in the next update. For quick fix, go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .blog #main .has-post-thumbnail.full-content .entry-container, 
    .archive #main .has-post-thumbnail.full-content .entry-container {
        width: 100%;
    }

    Regards,
    Mahesh

    #106411
    ctron
    Participant

    Cool thanks! I will wait for the update if it is not too long.

    Many thanks!

    #106748
    Mahesh
    Keymaster

    @ctron: Just to let you know that the theme has been updated and is available. Please update.

    Regards,
    Mahesh

    #106923
    ctron
    Participant

    Thanks for the upgrade.

    However it seems that this is not a 100% fix. There is still a bit of extra padding for those posts.

    I think this is due to the rule:

    .blog #main .has-post-thumbnail .entry-container, .archive #main .has-post-thumbnail .entry-container

    Which still fires since the post has the “.has-post-thumbnail” set.

    #106966
    Mahesh
    Keymaster

    @ctron: Please post in your site url. Seems fine on our server. May be I don’t quite get what you mean.

    Regards,
    Mahesh

    #106976
    ctron
    Participant

    I can show you an image of thatTheme issue

    #106977
    Mahesh
    Keymaster

    @ctron: Please add the following CSS:

    .blog #main .has-post-thumbnail .entry-container, 
    .archive #main .has-post-thumbnail .entry-container {
        padding-left: 0;
    }

    Regards,
    Mahesh

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Broken layout when setting 'Archive Content Layout' to 'Show full content'’ is closed to new replies.