Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #838404

    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

    #838406
    This reply has been marked as private.
    #838650

    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

    #838709

    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

    #838728

    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

    #838733
    This reply has been marked as private.
    #838808

    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

    #838816

    perfect! thanks!

    chris

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘such a huge gap between the bottom of video, description, and date on BLOG page’ is closed to new replies.