• Hi, my website is running a customized theme.
    I was trying to remove these 2 blank spaces by the side of “2nd Hand Units” and “Aircon Maintenance Contract” paragraphs.
    These blank spaces appeared after I have updated the WordPress version 5.2.4.

    I have tried some ways of reducing the padding under CSS and adding some (found online) to additional CSS but was ineffective.
    Thanks for any help!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    this might(!) be caused by the code minification and caching that is in effect. Try to delete cache, and deactivate caching and code minification plugins and see if that makes a difference.

    Thread Starter bloodmister

    (@bloodmister)

    Thanks Ronald for looking into this.
    Unfortunately, it did not help to remove the blank spaces.

    Hi,

    it looks fine now, did you manage to get this resolved?

    Thread Starter bloodmister

    (@bloodmister)

    Hi Ronald,

    I had gotten help from another forum, to set each block’s height, so they are all the same and can wrap the way you intended. Something such as:

    .home-col.col-md-6 {
    height: 200px;
    }

    Do note that if you change the content of those blocks, you will want to recheck they have enough room for the content it will display here.

    Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Help in removing 2 blank spaces’ is closed to new replies.