Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there tuhinbiswas98,

    How are you doing today?

    Generally you should be able to do this with some custom CSS. Would you mind posting link to your page where you have this so I can take a look and try to help?

    Cheers,
    Bojan

    Thread Starter tuhinbiswas98

    (@tuhinbiswas98)

    https://pomm.tk/ this is my site link ??

    Hey again tuhinbiswas98,

    There are couple of margin/padding on few different elements as well as post meta which you can remove in order to reduce the gap between the rows of posts. To do that please try adding the following to Appearance -> Theme Options -> Custom CSS

    .home .entry-meta.entry-footer {
      display: none;
    }
    
    .home .hentry {
      padding-bottom: 0;
    }
    
    .home .post {
      margin-bottom: 0 !important;
    }
    
    .home span.thumbnail-post {
      margin-bottom: 0;
    }

    Please let me know if this helps ??

    Best regards,
    Bojan

    Thread Starter tuhinbiswas98

    (@tuhinbiswas98)

    ty ty its worrking realy good ?? love this theme ??

    Glad I could help!

    Have a great day ??

    Cheers,
    Bojan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘reduce space between 2 column’ is closed to new replies.