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
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
Thanks, that helps. I still need to reduce further. How can I reduce the space between the two lines of text?
Thanks,
Buddy
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
Great, that helps but I would still like to reduce the space between the lines of text if possible.
thanks,
Buddy
Hi,
Add this to quick css:
.avia_cookie_text{
line-height:12px!important;
}
Best regards,
Jordan Shannon
Thank you that worked great, just what customer wanted.
Buddy
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