Cookie Pop Up

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 năm cách đây
Hi

I am trying to adjust the size of the cookie pop up box as some of the text overlaps the cookie pop up box



How do I adjust the size of the box so that the text does not overlap.

Thanks,
Will
4 năm cách đây
Hello Will,

are you using the default theme, or something else?


Regards
/ Hristo
4 năm cách đây
If you are using the default theme,

then you have to modify your main css file ("styles.css"). Look for a piece of code similar to this one:

.eu-cookie-bar-notification {
    ...

    height: 230px;

    ...
}

When you find it, change the height value to what works best for you and save the file.
That's it. You may need to clear your browser's cache though.


Regards
/ Hristo
4 năm cách đây
Thanks Hristo that worked
4 năm cách đây
wmorrogh wrote:
Thanks Hristo that worked


A simple "like" would be much appreciated ;)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.