Skip to main content

Top navigation bar changes after editing page

Comments

3 comments

  • Ariel H.

    Hi Tom, 

    Thank you for contacting us. We are already aware of this issue, and it is currently ongoing. Our team is working on a fix, which should be available in one of the upcoming updates. We sincerely apologize for the inconvenience.

    If you have any further questions, please let us know.

    Best regards,  
    Ariel H.

    0
  • Tom G

    Any update, because today i found another site with the same problem

    0
  • Ariel H.

    Hi Tom,  

    Thank you for reaching out.  

    Unfortunately, this issue is still ongoing. In the meantime, you can use the following CSS as a temporary workaround until a fix is available.

    /* Desktop */
    .brz .brz-css-15vb86p.brz-btn {
        width: 250px;
    }

    /* Tablet */
    @media (max-width: 1024px) {
        .brz .brz-css-15vb86p.brz-btn {
            transform: scale(0.9);
        }
    }

    /* Mobile */
    @media (max-width: 767px) {
        .brz .brz-css-15vb86p.brz-btn {
            transform: scale(0.8);
        }
    }

    In Brizy Cloud, you can add this CSS by going to CMS -> Project Settings -> Code -> Custom CSS.

    Additionally, could you provide the other site where you're experiencing this issue? We'd be happy to inspect it and see if we can suggest a similar CSS solution.

    Bes regards,
    Ariel H.

    0

Please sign in to leave a comment.