• Resolved jmkt

    (@jmkt)


    Site password: cgo333

    The cookie policy page generated by the plugin does not fill the width of a screen on large devices. It as if there is a blank sidebar on the right. I have tried using the shortcode on another page with the same result.

    Can you please explain how to make the content full width.

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter jmkt

    (@jmkt)

    Found the problem. There is some css limiting max-width: 800px;

    Have updated that to 1200px and problem resolved.

    Could you tell me exactly what CSS code you edited and where? As I edited the 800px value CSS in plugins/complianz-gdpr$ vi assets/css/document.css and document.less but that didn’t change anything.

    Much obliged.

    Thread Starter jmkt

    (@jmkt)

    I added the following code to Appearance >> Customise >> Custom CSS

    /* Cookie Page */

    #cmplz-document,.editor-styles-wrapper .cmplz-unlinked-mode {
    font-size: 14px;
    margin-top: 0;
    max-width: 1200px;
    text-justify: inter-word
    }

    /* End Cookie Page */

    Hope that helps.

    Nice! I’ll try that.

    Thanks again.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cookie Policy Not Full Width’ is closed to new replies.