• Resolved Niharika Verma

    (@niharikaverma95)


    Hi

    How do I resize the banner? Currently, it is a bit stretched out even if I reduce it to two buttons.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mircea Sandu

    (@gripgrip)

    Hi @niharikaverma95,

    You can change the minimum width for the banner when using the Floating layout using CSS variables.

    Here’s an example making the banner smaller:

    #wpconsent-container {
    	--wpconsent-min-width: 400px;
    }

    Let me know if I can provide more info.

    Thread Starter Niharika Verma

    (@niharikaverma95)

    Cool! This helped. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.