Hello, I was wondering if someone could help me eliminate some bottom padding I can't seem to get rid of.
Its the space between the bottom of the 3 sentences and the top of the footer grey line on my home page. I would like to reduce it. Thanks,
http://www.johnlathamweddings.com/
Help with some bottom padding
Started by
johnlatham
, Aug 02 2012 09:51 AM
2 replies to this topic
#1
Posted 02 August 2012 - 09:51 AM
#2
Posted 02 August 2012 - 10:39 AM
Hey John,
This should be a good starting point for you:
Add to PageLines > Site Options > Custom Code > Custom CSS box and edit the -25px; to suit your needs.
This should be a good starting point for you:
div.entry_content { margin-bottom: -25px; }
Add to PageLines > Site Options > Custom Code > Custom CSS box and edit the -25px; to suit your needs.
#3
Posted 02 August 2012 - 11:02 AM
Thank you!











