Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rbulmer55

    (@rbulmer55)

    sorry can I add: when in the ‘top bar’ state. I know theres blocks that are positioned over the top of the content but I would like it to be over the content when in across the whole top of the page.

    Thanks

    Gareth

    (@catapult_themes)

    Um, good question. I think at the moment the plugin can’t do this, mainly because it sets a top margin on the html element. You could try adding the following to your CSS somewhere:

    html.has-cookie-bar.cookie-bar-top-bar {
    	margin-top: 0 !important;
    }

    Let me know how that goes.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Absolute positioning’ is closed to new replies.