• Resolved dapuppet

    (@dapuppet)


    Hi!
    Thanks for the plugin. Sorry if the question was already asked, I couldn’t find it but there are a lot of topics there already.
    I love the Show Again Tab, though it’s totally overlapping my mobile menu. Is there any chance to customise the location of the tab?
    Ideally I would want it anywhere vertically on the right. Top or bottom is not possible for me because on mobile it would for sure overlap some crucial items.
    Thanks for the answer!

Viewing 1 replies (of 1 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hi @dapuppet,

    You can use below code snippet in site theme’s CSS to achieve the desired style.

    #cookie-law-info-again {
    bottom: 50% !important;
    right: -60px !important;
    transform: rotate(-90deg);
    }

    Hope it helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Change location of Show Again Tab’ is closed to new replies.