• Resolved Sapient Creative Services

    (@sapientcreative)


    Great plugin! I’m unable to find a way to increase the width of the opt-out preferences content using the shortcode provided in Complianz. Any ideas? Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Hi @sapientcreative,

    You can use some CSS:

    #cmplz-document {
        max-width:unset;
        width:400px;
    }

    You can use the width:400px to set your desired pixels, but you can use percentages as well if needed.

    You might also want to remove width:400px; if you want to inherit the width of the block, div or page you’re on.

    regards Aert

    Thread Starter Sapient Creative Services

    (@sapientcreative)

    Apologies for the late reply. This worked perfectly. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How Do You Increase Width of Opt-out Preferences Content’ is closed to new replies.