Mobile styling

The EU Cookie plugin has been designed to be mobile friendly, however, if the width of the Cookie plugin is modified in the parameter settings, then depending upon the size of the screen, one may observe that the Cookie banner is displayed incorrectly.

For example, if the Cookies width is set to 600 pixels and the website is viewed upon a smart phone, then the cookie banner may be too wide for the screen. In this case, it will necessary to add some responsive styles to your CSS stylesheet. The following block of CSS is one possible suggestion for adding to your stylesheet, to make sure that the cookie banner always fills the screen on mobile devices:

/* Only Phones and Tablets */ 
@media (max-width: 959px) {
   div#cookieMessageContainer { 
      width: 100%!important; 
      bottom: 0px!important; 
      left: 0px!important; 
   } 
}
Go To Top

Joomla! Debug Console

Session

Profile Information

Memory Usage

Database Queries