Tagged: alignment, text
When showing the cookie notice on our website to mobile devices the text is offset too much to the right so it’s not centered evenly. Also maybe there could be some padding between the message text and the buttons.
Here’s a photo showing what I mean https://imagebin.ca/v/4Ek8IsLVuwTt
Website: http://www.ignitec.com
I have the same problem. Do you have a resolution?
Try using simple CSS media query:
@media only screen and (max-width: 600px) { #cn-notice-text { display: block; } }
That did not change anything.
with me works this one :
@media only screen and (max-width: 600px) { #cn-notice-text { display: block; padding-right : 20px; } }
I put it in the font.css of the Plugin. And again nothing changes. Whats is the mistake?
Hi, I have the same mistake. Where should I put?
Thanks for reply.
Best, Sonia