Footer & Post Questions

Posted in: Newspaper
Post count: 17

Hello, thank you in advance for your time.

My site is: booomcha

These are my questions:

1. I’m using a footer page which looks fine everywhere except on my individual posts where under the footer, the jetpack likes are repeated. I was wondering how to remove the likes from beneath the footer without removing them from the post itself. They do show up in the post footer as they should. (I have deactivated all plugins to see if that was the problem, and it doesn’t appear so.)

Please see image: Likes in Footer

2. At the top of my posts, I would like a space between the header and the featured pic. I am not sure how to make that happen and wondered if you had suggestions.

Please see image: Space at Top of Post

Thank you again for your time, I appreciate any help you can provide.
Kymber

Post count: 35449

Hi,

1. Maybe there are some settings that you need to do in jetpack and this problem will disappear, or you can use a custom css
-> https://www.screencast.com/t/lQSMxtdzav
.single .td-footer-page .sharedaddy {
display: none
}

Set the code in Newspaper>Theme panel>Custom code>Custom css

2. For this you can use a custom css -> https://www.screencast.com/t/3PrX748Yul
.single .td-container-wrap {
margin-top: 48px;
}

Or you can add a margin bottom to header https://www.screencast.com/t/dQYgtJT5

Thank you!

Post count: 17

Thank you so much, Calin. Your suggestions worked wonderfully and I appreciate it.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.