• Resolved LaMpiR

    (@lampir)


    Hi.

    So, after the upgrade, it creates weird alignment, so the text on the notice banner is not in the middle, but as left alignment has been used. I dont know why.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    Hi @lampir,

    It looks like the banner width is set to 150px. Can you set it to 350ox instead?

    Let me know if that helps.

    Thread Starter LaMpiR

    (@lampir)

    Hi.
    Thank you for the quick reply. It has been at 492. Will try to lower it.

    In the preview, it is shown properly. I have cleared the cache multiple times, but the problem remains. It is now at 400, because the preview is showing it as it should be, but the banner on the main page is still lowered.

    Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    Did you try saving the settings? As it shows as 150px in the css, it seems to be set to 150px still.

    If that doesn’t help, you can add in the custom css section:

    .cmplz-message, .cmplz-categories {
        width: 300px;
    }
    Thread Starter LaMpiR

    (@lampir)

    I have.
    These are my current settings:

    https://ibb.co/grxfY9Q

    As you can see, preview is looking like it should.

    Will try the css directly. Thank you.

    Thread Starter LaMpiR

    (@lampir)

    I have tried that few days ago. Refreshed cache few times on WP Super Cache, Autooptimize and Cloudflare, but it still looks weird like its set to 150px, but it’s not.

    • This reply was modified 2 years, 8 months ago by LaMpiR.
    Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Hi @lampir,

    Please try;

    /* width Banner on Root */
    
    :root {
        --cmplz_banner_width: 340px;
    }

    regards Aert

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Weird alignment after upgrade to v6.’ is closed to new replies.