Home Forums Free Themes Travel Eye Avoid empty space in between blog entries

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #75109
    Niki
    Participant

    I was wondering how empty spaces in between blog items can be avoided and if the entries can somehow be arranged in a more dynamic way. I thought it was different at the time I installed this theme.

    Maybe this link to the page I refer to may help to understand what I mean. Lots of empty space from the left to the right, then only one entry at the right side. I played around with the settings but for some reason I cannot find anything where I can arrange the boxes in a more space saving order.

    Thanks for your help.

    #75116
    wensolutions
    Keymaster

    Hello @noki,

    First of all thank you very much for using the theme.

    Now to resolve your issue please add below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .latest-news-widget .inner-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }

    Hope this helps.

    Let us know if you have any confusion further.

    Thank you.

    Regards!!

    #75545
    Niki
    Participant

    Hello

    My apologies for my late response.

    Perfect! Thank you so much for your help, I really appreciate it. I loved the theme before, now I love it even more 🙂

    Thank you for letting me use this theme.

    Regards
    Niki

    #75594
    wensolutions
    Keymaster

    Hello @noki,

    Glad we could help you.

    Let us know if you have any issues further.

    Also, we would really appreciate if you could help us by rating out theme by following the link given below:

    https://wordpress.org/themes/travel-eye/

    Thank you.

    Regards!!

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