Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1365776

    Hello Team

    SVG dividers do not look not very well on mobile screen vertical position

    Please, is there any css code to fix it ?

    I send two screenshots in private so you can see what I mean.

    Thanks a lot for your help

    #1365807

    Hey Magdalena,

    Thanks for the screenshots. Could you post a link to where we can see the actual element as well please?

    Best regards,
    Rikard

    #1365832

    Hey @Rikard,

    Thanks,

    In private, I send you links and also user and password if necessary

    Best regards

    #1365850

    Hi,

    Thanks for that. Please try this in Quick CSS:

    @media only screen and (max-width: 767px) {
    .avia-section.av-4kzheah-10c5c3dd8e36db44952e805a314954bc .avia-divider-svg-bottom svg {
        height: 30px;
    }
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.