Home › Forums › Gillion Theme › Show Cookies Notice at bottom.
Home › Forums › Gillion Theme › Show Cookies Notice at bottom.
Hi Support.
How can I show the cookies notice at bottom. By default, it is coming a top.
Please refer to the screenshot attached.
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
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
Thanks, support. It worked like a superman. :):):)
Hey, Support It came to the bottom. But now, after clicking the “Got it ” button, it’s not hiding.
Please see here
To troubleshoot it could you please share me the screenshot of theme notice settings?
Well, I have sifted cookies notice section back to the top.
Ok