hello there,
how can i adjust the HUGE space there seems to be between the bottom of the video, the description, and the date on the BLOG page? perhaps there are extra <p> tags in between? any way to take them out? or adjust the padding between video, description, and date?
thanks,
chris
Hi Chris,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.content .entry-content-wrapper .entry-content-wrapper .big-preview.single-big {
padding: 0;
}
.html_modern-blog #top .post-entry .post-meta-infos {;
margin-top: 0px;
}
If you need further assistance please let us know.
Best regards,
Victoria
that worked! thanks so much!
i have 2 more very small requests along the same line. thanks for your help!
1. there is an extra line added above each post title on the main blog page. how can i remove this?
2. there is a small extra line (almost a half-line) above the date and under the description. between the two. how can i remove this?
again, thanks! really appreciate your help!
chris
Hi Chris,
Most of the spacing we have here in Enfold were designed to have an elegant feel and give the visitor’s eyes some rest. But we completely understand that you wish to personalize them as well! :) We’re happy to help.
Can you possible send us a screenshot with markings to point out the lines that you meant? I can’t seem to see the lines that you mean. Did you perhaps mean spacing, instead? A screenshot will help us to give you the accurate code. Thank you!
Best regards,
Sarah
Hi Chris,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.html_elegant-blog .template-blog .post_delimiter {
margin: 0;
padding: 0;
}
Does this do the trick? If not, please attach the screenshots of the issue.
If you need further assistance please let us know.
Best regards,
Victoria
perfect! thanks!
chris