Show Cookies Notice at bottom.

Home Forums Gillion Theme Show Cookies Notice at bottom.

Home Forums Gillion Theme Show Cookies Notice at bottom.

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
  • [email protected]
    Participant

    Hi Support.

     

    How can I show the cookies notice at bottom. By default, it is coming a top.

     

    Please refer to the screenshot attached.

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

    Hi @ask,

     

    I hope you are well today and thank you for your question.

     

    You can change its location using Yellow Pencil editor as described in the below page to achieve this.

     

    https://support.shufflehound.com/how-to-change-almost-any-element/

     

    Best regards,
    Shufflehound team

    [email protected]
    Participant

    I think you misunderstood me. Also, my query is related Gilion theme.

     

    I just want to show Cookies notice section at bottom of the screen. Now it’s coming at top of the screen.

    There isn’t any theme option to display it in the bottom but you can try achieving it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    div.sh-page-notice {
            display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99999;
    }

    If it doesn’t fit correctly on your site then you have to develop more custom code.

     

    Developing custom code for custom functionality is beyond the scope of support that we provide here.

     

    If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5

    [email protected]
    Participant

    Thanks, support. It worked like a superman. :):):)

    [email protected]
    Participant

    Hey, Support It came to the bottom. But now, after clicking the “Got it ” button, it’s not hiding.

    https://unboxhow.com/

    Please see here

    To troubleshoot it could you please share me the screenshot of theme notice settings?

    [email protected]
    Participant

    Well, I have sifted cookies notice section back to the top.

    Ok

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