-
AuthorPosts
-
May 28, 2018 at 10:57 am #963051
Hi,
I’m trying to move the Privacy Policy Message on a specific page on the mobile view. Is this possible and if so can you please let me know the CSS code for this?
Thank you
May 28, 2018 at 11:11 am #963054Hi,
Could you please post a link to your website and a screenshot showing the changes you would like to make so we can make sure we are on the same page? :)
You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.Cheers!
YigitMay 28, 2018 at 1:16 pm #963158Hi,
I attach the link to the screenshot below.
Basically, I’d like to move the Cookie Policy massage to the top so that it doesn’t cover the text and CTA button. If possible, I would also like to make the Cookie Policy message smaller on all mobile view.Thank you
May 29, 2018 at 1:49 pm #963668Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
@media only screen and (max-width: 480px) { .responsive .page-id-175 .avia-cookiemessage-bottom-left { top: 30px; height: 220px; }}In this snippet “Thank you” page with page ID 175 is targeted.
Best regards,
YigitMay 29, 2018 at 2:21 pm #963698This reply has been marked as private.May 29, 2018 at 2:27 pm #963709Hi,
It works fine on my end, attached the link i am checking in private content field.
Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_RefreshRegards,
YigitMay 29, 2018 at 2:31 pm #963714Hi,
It’s working now! Thank you for your help.
Is there a way to remove the cookie policy message on a specific page?
Thank you
May 29, 2018 at 2:33 pm #963717Hi,
You are welcome :)
Yes, you can use following code and target specific pages using page ID
.page-id-175 .avia-cookie-consent { display: none!important; }Best regards,
Yigit-
This reply was modified 7 years, 5 months ago by
Yigit.
May 29, 2018 at 2:49 pm #963727This reply has been marked as private.May 29, 2018 at 2:51 pm #963731Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)Best regards,
Yigit -
This reply was modified 7 years, 5 months ago by
-
AuthorPosts
- The topic ‘Moving Privacy Policy Message on a specific page’ is closed to new replies.
