Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #84159
    Jos
    Participant

    Hi,

    Is it possible to show the posts e.g. on the front page under the featured content in columns?
    I don’t mean the content of a post. I’ve solved that with a plugin.

    Thanks in advance for your replies.

    Regards,
    Jos Huigsloot
    The Netherlands

    #84218
    Mahesh
    Participant

    Hi @Jos,

    Do you mean to display featured image in 1 column full width? If so, then go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.

    #featured-content .hentry {
      width: 100%;
    }
      
    #featured-content .featured-content-image {
      text-align: center;
    }

    Regards,
    Mahesh

    #84434
    Jos
    Participant

    Hi Mahesh,

    Thank you for your reply. It is not what I mean, but will be helpfull as well.
    I want to know if it’s possible to show the posts in columns like this:

    Posts in colums

    It is not necessary to have 3 colums, 2 would be ok too.

    Regards,
    Jos

    #84439
    Mahesh
    Participant

    Hi @Jos,

    You can make it two column with following CSS, if that is what you mean.

    #featured-content.layout-three .hentry{
    width: 50%;
    }
    #featured-content.layout-three .featured-content-image {
      text-align: center;
    }

    The image you’ve put seem to be broken. Could you please share an image again to make it more clear.

    Regards,
    Mahesh

    #84444
    Jos
    Participant

    Hi Mahesh,

    Here is the link again:

    It looks like the lay-out of the theme Catch Adaptive Pro.

    Regards,
    Jos

    #84493
    Jos
    Participant

    Mahesh,

    Thank you for the code. It works perfectly for the featured content. But that is still not what I mean.
    I would like to have the posts under the featured content in two columns.
    Almost like in the theme Catch Adaptive Pro.

    Regards,
    Jos

    #84522
    Mahesh
    Participant

    Hi @Jos,

    I’m afraid it cannot be achieved with custom CSS only. Catch Adaptive Pro is using masonry for two columns display. I recommend you to hire a customizer of that. It is beyond theme support scope.

    Regards,
    Mahesh

    #84620
    Jos
    Participant

    Hi Mahesh,

    Ok, that’s clear. Maybe I should consider buying theme Adaptive Pro.
    Thanks for all your help.

    Regards,
    Jos

    #84685
    Mahesh
    Participant

    Hi @Jos,

    Thank you for your appreciation.

    Regards,
    Mahesh

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Show posts in columns’ is closed to new replies.