Viewing 5 replies - 1 through 5 (of 5 total)
  • The first site I can’t inspect as there is a protection in place blocking me access to your code, the second site fails to fully load (stuck at 96%) so I don’t get to see the cookie notice.

    You’ll no doubt be able to modify the height of the cookie notices using CSS, using the plugin demo as an example, you could add this to your Child Theme style.css file, or using a Custom CSS plugin.

    .pea_cook_wrapper {
        padding: 25px;
    }

    Hope this helps.

    Thread Starter insanity83NL

    (@insanity83nl)

    Thank you for your reply.

    Made a complete backup of the site so you are able to view EU Cookie Law Compliance plugin in action.

    new url: https://yassir.devq.nl

    The css code you provided didn’t work ??

    Hope someone is able to provide another solution.

    Thnx in advance all !

    Thanks, the code I provided was for the plugin demo. I don’t actually see a cookie notice appearing when I visit the link.

    Thread Starter insanity83NL

    (@insanity83nl)

    That is weird?
    I if I visit the backuped site I do see a cookie notice.

    Screenshot

    The plugin is called TP Cookies Law

    Hope to read more on this matter.

    Tried on different browsers and still no notice, I can’t find it within your source code either.

    If you right-click the notice and select the Inspect Element option, it will open a window/tab displaying the code of the area you right-clicked.

    You can collapse and expand the elements within your code using the small arrows alongside each element. Select any element to view the CSS code (to the right of the window/tab) that is being applied to it.

    From here you can find the classname and styles of the element you need to modify, it will be the padding value that you can change that will affect the height of the notice.

    Hope this helps.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Cookie message different heights.’ is closed to new replies.