Creating some space on single post – how to do?

Posted in: Newspaper
Post count: 70

Thanks to your very good explanation regarding moving banner underneath the social icons I managed to fix this.
I now just wonder, how to create a 40px whitespace under the banner? Because it’s too close to the element below. Love to learn how to do this. Thank you!

Post count: 23312

Hello xbass,

If you want to move that section to the bottom, you should use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.single .comments {
padding-top:35px;
}

The result is here -> https://www.screencast.com/t/vtZH3VskXYGC

If is not what you mean, please provide your website URL so I will be able to provide a more accurate code.

Thanks for your understanding!

Post count: 70

Awesome thanks! Learning a lot here.

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