• Resolved Sankalan

    (@sankalan)


    On the homepage of the site, there is extra (too much) space between the post girds. It looks pretty ugly. Please take a look at my homepage here: https://factslegend.org/.

    How do I reduce the space?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • @sankalan – seems like it is outputting empty containers for share buttons. You might want to look at your theme settings to see why. But anyway try this in your child theme/custom css area. Y

    div:empty, p:empty, br:empty {
       display: none;
    }
    Thread Starter Sankalan

    (@sankalan)

    @salsaturation

    Nothing looks wrong with the theme settings. They are exactly the same as they were before this problem showed up.

    Nonetheless, the problem has been solved by the code you provided. For the time being, I will stick with this. However, if the problem shows up again, I will have to take a deeper look into the same.

    Thank you so much for helping me. God bless you!

    • This reply was modified 7 years, 2 months ago by Sankalan.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Extra Space between post grid on home page’ is closed to new replies.