Tagged: margin
I would like to remove the white space above the image on the following page:
http://allmoneymatters.com.au/wordpress/faqs/
I have added the following code to my Quick CSS, but that didn’t seem to help.
body .column-top-margin {
margin-top: 5px;
}
Many thanks for your help.
Ivana
Hey Ivana!
Please add following code to Quick CSS
.page-id-124 .content { padding-top: 0; }
Best regards,
Yigit
Hey Yigit
Thank you so much for your extremely quick response. That worked!
Greatly appreciated
Ivana