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

    On my website, bladeelectionresults.com, I am trying to reduce the space (gap) between the bottom of the logo and the horizontal line. Can you help my add CSS code or make changes on the Page (2019 General Election)?

    Thanks,
    kfranck

    #1153723

    Hi,

    I added following code to bottom of Quick CSS field in Enfold theme options > General Styling

    .home .content {
        padding-top: 20px;
    }

    Please review your website and adjust the value as needed :)

    Best regards,
    Yigit

    #1153724

    Terrific. Thank you.
    One other question on this post, can the space within the top of the horizontal rule and the bottom rule by reduced? This is the area where the type “Unofficial results of the Nov. 5, 2019, election” is located

    #1153839

    Hi,

    Add this to quick css:

    #av-layout-grid-1 .avia-builder-el-last{
    padding:10px 30px!important;
    }

    Best regards,
    Jordan Shannon

    #1153859

    Jordan:

    That fix is terrific! Thank you.

    One last thing: Is there a way to get “✓ denotes winner” to be even with the “Unofficial results of the Nov. 5, 2019, election” words.? The words “✓ denotes winner” are a couple pixels higher than the other words.

    Thanks,
    kfranck

    #1153953

    Hi,

    You can edit the cell “✓ denotes winner” text is in and increase top padding. I did not want to do it as that will change “last update” date :)

    Best regards,
    Yigit

    #1154085

    That’s fine. Thanks, Yigit. You can close this post.

    Thanks again.

    #1154104

    Hi,

    If you need additional help, please let us know here in the forums

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Reduce the gap between bottom of logo and horizontal line’ is closed to new replies.