• Resolved pedro2663

    (@pedro2663)


    Hi the “write a new entry”and “submit”buttons are not visible on my mobile device. Just the borders of the buttons showing,

    Any help appreciated

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Marcel Pol

    (@mpol)

    When you add this CSS, does it get better?

    button.button,
    input.button {
        position: relative;
        padding: .3em 1em;
        border: 2px solid;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.7em!important;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
    }

    Very good!
    Thank U

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Buttons not visible on mobile’ is closed to new replies.