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

    Good Afternoon!

    I am trying to get the Donate button on mobile moved down and for the life of me cannot seem to get a solution that works. I know I must be missing something silly. Can you please take a look with your expert eyes and help a girl out lol I literally just need the donate button to not cover the links above it.

    #1309123

    Hi,

    Thanks for contacting us!

    Please add following code to bottom of Quick CSS field in Enfold theme options > General Styling tab

    @media only screen and (max-width: 480px) {
    a.custom-phone {
        position: relative;
        top: 20px;
    }
    #header_meta {
        padding: 20px 0px 30px 0px;
    }
    }

    :)

    Best regards,
    Yigit

    #1309130

    You are AMAZING! Thanks so much! This ticket can be closed :)

    #1309143

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile Button Spacing’ is closed to new replies.