Hello,
I have been trying to reduce the margins on buttons and images on my pages and blog posts.
Specifically, the buttons on this page #1 (link below).
And the images on my main blog page #2 (link below).
And I would like to close up the space above the author area on blog posts as well…same as link #2
Thank you in advance!!!
Hey tonyska,
Thank you for contacting us.
To make these changes please enable custom class name support http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
To reduce top margin on the buttons click on it and add class name “custom_margin”
To add margin to the blog page image click on the image and add custom class name “blog_page_img”
lastly Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.custom_margin {
margin: 10px 0!important;
}
blog_page_img{
margin-left: 10px!important;
}
Best regards,
Vinay
This worked! Thank you!
Hi,
Glad to this also worked for you!
Best regards,
Jordan