Hello,
I am having a problem decreasing the vertical padding between text blocks. I’ve included two screenshots to illustrate the problem:
This is the current look of the page with too much padding between text blocks:
http://missioncriticalmultimedia.com/dba/?attachment_id=676
This is the admin panel layout for the same location.
http://missioncriticalmultimedia.com/dba/?attachment_id=677
How would I reduce the padding between the text blocks?
Thank you!
Hey costabile4601!
Insert following code into the quick css field and reduce the margin-top value (i.e. to 20px).
body .column-top-margin {
margin-top: 50px;
}
Cheers!
Peter