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

    Good morning, please tell me how to reduce the height of blue cookie bar at bottom of home page at https://markpostlaw.com
    thank you,
    Buddy1

    #972920

    Hey buddy1,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .avia-cookie-consent {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    Just adjust the top and bottom padding size.
    Hope it helps :)

    Best regards,
    Nikko

    #972984

    Thanks, that helps. I still need to reduce further. How can I reduce the space between the two lines of text?
    Thanks,

    Buddy

    #973083

    Hi Buddy,

    Try adding this css code in Quick CSS:

    #top .avia-cookie-consent .avia-cookie-consent-button {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        border-radius: 10px;
    }

    You may want to adjust top and bottom padding as you see fit, border radius is for making the button more circular setting it to 0 makes it to a rectangle.
    Hope this helps :)

    Best regards,
    Nikko

    #973394

    Great, that helps but I would still like to reduce the space between the lines of text if possible.
    thanks,
    Buddy

    #973552

    Hi,

    Add this to quick css:

    .avia_cookie_text{
    line-height:12px!important;
    }
    
    
    Best regards,
    Jordan Shannon
    #973581

    Thank you that worked great, just what customer wanted.
    Buddy

    #973611

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Reduce height of cookie notice at bottom of home page’ is closed to new replies.