• Resolved saxamo

    (@saxamo)


    Hello there,

    I just turned on the home page option and noticed that there is no spacing like on the other post pages. Maybe you can take a look.. Thanks

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Muhammad Arslan

    (@wparslan)

    Hi @saxamo,
    I have looked into your problem, The homepage has custom CSS which is giving the last p tag a margin of 0. [ Helping Screenshot ].

    However, the rest of the post/s or page/s have a margin set to 20px [ Helping Screenshot ].

    The solution to your problem is removing the CSS or overriding this CSS so the homepage’s margin at the last p tag can be equal to other page/s.
    Kindly copy and paste the following Custom CSS in:
    Simple Social Buttons -> Advanced tab -> Custom CSS

    .posts-layout .entry-post p:last-of-type {
    	margin-bottom: 20px;
    }

    or you can change it from your theme’s style.css file.

    I hope this helps you.

    Thank You.

    Thread Starter saxamo

    (@saxamo)

    I tried this but it didn’t do anything and I waited to see in case cloudflare had anything to say.. I waited 12 hours.. still no change.. I am going to deactivate this atm. I need to figure out why I am not seeing my twitter image in my cards first.. then i will reenable this. Thanks so far really appreciate it..

    Hi @saxamo,

    This communication is to make an update on your issue to know what is going on at your side? You are always welcome to get back to us for needed assistance.

    Hi @saxamo,

    Due to inactivity from your side on the concern, we are marking this ticket as resolved.

    Though you are always welcomed to write us in case of help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No Space on Home Page’ is closed to new replies.