Site logo

[Support request] Increase the distance between elements in the mobile version

Home Forums Support [Support request] Increase the distance between elements in the mobile version

Home Forums Support Increase the distance between elements in the mobile version

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2533961
    Павло

    Hello!

    Tell me how to increase the height between the bottom of the text and social media buttons in the mobile version of the site.
    https://prnt.sc/K6BzA02HoN-G
    https://prnt.sc/XsVAjGFqo5jH

    Everything looks great in the desktop version.

    Sincerely, Pavlo

    #2534054
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    @media(max-width: 768px) {
        .likely {
            margin-top: 40px !important;
        }
    }
    #2534059
    Павло

    Thank you very much

    #2534087
    David
    Staff
    Customer Support

    You’re welcome

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