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*

Card/Block posts one column / vertical

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #96029
    the.financial.hub21
    Participant

    Hi,

    Currently the Card/Black widget sets 2 posts one 1 row. Is it also possible to change the php to 1 post for each row and additionally remove the spacing between the posts?

    #96053

    Hi the.financial.hub21,

    It can be done with adding Custom CSS so please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    .newscard-widget-card-block-posts .post-col.col-sm-6 {
       -ms-flex: 0 0 100%;
       flex: 0 0 100%;
       max-width: 100%;
    }

    Thanks

    #96079
    the.financial.hub21
    Participant

    I tried to paste this css in the widget with elementor, but it doesn’t works. So bassicly I want to transform the widget from 1 row to 1 collumn

    #96086

    Do you mean you want to transform all the TH widgets to 1 column per row? The provided code will only work for Card/Block widget. Please check the code for Card/block Post widget and let us know. We will then provide you the code to that will work for other widgets which previews as multi-column per row.

    Thanks

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