*

Arif Yıldız

  • **
  • 10 posts
Hello,
ı searced forums but i can not found a solution.
I am using epsilon theme lastest version and The Cookies Consent PRO Plugin lastest version.

The Cookies Consent PRO Plugin's symbol on the site blocks the home button in mobile view. After accepting cookies, the cookie symbol in the corner is on the homepage or location selection button in the epsilon theme and these buttons cannot be clicked. Is there an option to make this button disappear after accepting cookies? Cookie preferences can be changed again with a link placed on any page.


*

MB Themes

@Arif
Try this CSS trick:

Code: [Select]
@media screen and (max-width: 767px) {
  body .ccp-mini {bottom:30px;}
}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Arif Yıldız

  • **
  • 10 posts
I tried this code. Not help.
Pls help:)

*

MB Themes

Please send URL and let me see it.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Arif Yıldız

  • **
  • 10 posts
I send info via pm.
Thank you Sir.

*

MB Themes

Add bit more power.

Code: [Select]
@media screen and (max-width: 767px) {
  body .ccp-mini {bottom:46px!important;}
}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Arif Yıldız

  • **
  • 10 posts
Thanks. The code worked. The icon went up a little. When I covered the phone number on the ad detail page, I moved it up a little more. It's not on top of anything right now, but the bottom part looks very complicated on mobile. It would be better if the icon disappeared after accepting cookies. But I don't know if it's a difficult process or not. Thank you very much