Spacing between content in post
Hi,
I would like to add a space in the same size between header h5 and normal post content.
https://www.screencast.com/t/7LhaCNR3
When I click the space bar the space gets much larger.
https://www.screencast.com/t/badbXItd0aG
Maybe some CSS code will solve the problem?
Mario
Hi @mni,
Unfortunately the only way to can inspect this problem is if I have access to your post, maybe you can set your post in a pastebin and I can set it on may install.
Thank you!
Hello @mukeshingh,
Please replay only in your topic or in topics that have a similar problem with your problem, also notice that we take in order of time ( time when was post the question ) to answer the question, and if you post/replay again in your topic the time will change and will be move to recent question, therefore the answer will be delay.
Thank you for your understanding!
Hello,
For me the space seems to be quite good -> http://prntscr.com/pcpkqw -> http://prntscr.com/pcplna
Thank you!
Hu,
my site is online now. You can check any post regarding my problem with space between header h5 and normal post content.
http://inwestycjesportowe.eu/nowa-hala-sportowa-w-elku-za-9-mln-zl/
Mario
Hello,
You can check this custom css to set the bottom space only on posts for h5 -> http://prntscr.com/pp1n6k
.single h5{
margin-bottom: 21px;
}
You can adjust the number of px after your needs.
Also the code need to be set in Theme Panel> Custom code> Custom css.
Hope this will help you!
Thanks.