badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

How to display posts in column on PC

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #91460
    sakeus.berg
    Participant

    Hi!

    My website is https://arvikamagasinet.se

    I want the latest posts section (the one under top stories post on the starting page) to show latest posts under each other in one single colum. Right now they are showing in 3 columns. I want to show them in a single column, alternativly 2 column.

    Similar to how this site is displaying their posts (in one cokumn under each other)

    Inspiration: https://www.aftonbladet.se

    Thanks
    Sakeus

    #91462
    sakeus.berg
    Participant

    I was thinking if this is either possible with the premium version of the theme, or if you can add some CSS code to fix this, or maybe add it as a featre?

    #91548

    Hi sakeus.berg,

    Please go to ‘Appearance > Customize > Additonal CSS’ and paste the below Custom CSS code.

    .post-wrap post-col {
    	-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
    }

    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.