Site logo

Archived topic

Increase the distance between elements in the mobile version

3 replies · Started by Павло on February 15, 2023

Viewing posts 1–4 of 4

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

Hi there,

try this CSS:

@media(max-width: 768px) {
    .likely {
        margin-top: 40px !important;
    }
}

Thank you very much

You're welcome

This archived topic is closed to new replies.