• Resolved wnka

    (@wnka)


    looking to remove the shadow/border effect on the left side of the submit button when viewing on mobile.
    Thanks!

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

Viewing 1 replies (of 1 total)
  • Plugin Author Ales

    (@alesmal)

    Hello, try this snippet

    @media only screen and (max-width: 520px) {
    .cmp-subscribe input[type="submit"] {
     border-left: none;
    }}

    Ales

Viewing 1 replies (of 1 total)

The topic ‘custom css to remove the shadow/border effect on the left side of the button’ is closed to new replies.