Hello,
For the white space issue, please, use this extra CSS code :
@media screen and (min-width: 1024px){
.single-post .content{
padding-top:10px !important;
}
}
You can change the value of the padding top according to your needs.
For the font issue, indeed, this is a PRO version feature.
Hi Ionut,
thanks for your reply but I wanted to remove the space right before the first line of text. See a picture below for explanation. How can I remove the space (number 2)?
Thanks!
PICTURE SCREENSHOT: https://we.tl/t-byPHbg6fd9 (I want to remove nr. 2)
PICTURE SCREENSHOT new: http://de.tinypic.com/r/dzxg08/9 (I want to remove nr. 2)
Hello,
Please, use this extra CSS code :
.single-post .post-content-inner {
margin-top:0 !important;
}
Hi @spremede ,
Was your issue solved using the above solution?
Please let me know what is the current status of your issue so I can further help you.
Hi,
Could you please help and remove the spacing between my post titles and the image below?
You can check it out at http://www.toomanytabs.co
I have no problem if the image is a giphy, but when I input an image right below the title, there is this huge gap.
Thanks in advance! 🙂
Hi @toomanytabz
You could try adding this code to the ‘Additional CSS’ pane under ‘Appearance’ then ‘Customize’
.entry-meta,
.entry-footer {
margin: 0 0 0em;
}
-
This reply was modified 6 years, 9 months ago by
add.redford.