Home Forums WoodMart support forum Cookie pop up

Cookie pop up

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #393881

    kivist
    Participant

    Hi,

    Is there a way that all the info on cookie bar is always aligned middle center, incl text and buttons? Yes, I can align text to center on cookie policy settings but it’s not in the middle of cookie bar like buttons is. And how to add buttons right after cookie text with same distance between text and LOE LISAKS as between LOE LISAKS and NÕUSTU?

    Attachments:
    You must be logged in to view attached files.
    #393921

    Luke Nielsen
    Keymaster

    Hello,

    The <p> tag has a bottom indent by default, in your case you have added law info in this tag therefore besides the “text-align” property you need to add the margin-bottom: 0;.

    https://prnt.sc/wG3FhVoQ-Z_M

    After that, add the below code to the “Custom CSS for desktop” area that is in Theme Settings -> Custom CSS.

    .wd-cookies-inner .cookies-info-text,
    .wd-cookies-inner .cookies-buttons {
        flex: none;
    }
    
    .wd-cookies-inner {
        justify-content: center;
    }

    The final result will be as on the below screenshot:

    https://gyazo.com/c8e2fd0d92305d10a4e3295fca9d5437

    Kind Regards

    #394008

    kivist
    Participant

    Problem solved, thanks!

    #394018

    Luke Nielsen
    Keymaster

    Hello,

    Glad that everything is sorted out.

    If there’s anything you need, please write me or another member of our help desk team.

    We’re here for you!

    Kind Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Cookie pop up’ is closed to new replies.