site alignment strange on phone

Support Forums Verde – WP Plugin site alignment strange on phone

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4738
    Mark gason
    Participant

    Hi,
    when I look at the site on a iphone (5) the site seems starngely aligned. The enter email box is bigger than the send button but it sits aligned right on the screen with a gap on the left.
    the contact section sits aligned left with a odd gap on the right.

    The buttons should be orange as they are on a computer but display white until you touch them?

    It is particularly obvious in landscape mode, but still off in portrait http://gastest.wpengine.com/

    #4740
    CreaboxThemes
    Keymaster

    Hi,

    to fix the problem with the subscription form, you can add the next code in the option Custom CSS in the page Verde Plugin > Options:

    @media (max-width: 767px) {
    input.email,
    input.email:hover {
    width: 100%;
    padding: 10px 0px;
    }
    .btn{
    width: 100%;
    margin: 0 auto;
    }
    .btn .singup-text{
    top: 8px;
    left: 0;
    width: 100%;
    margin: 0 auto;
    }
    .btn .singup-image{
    top: -25px;
    left: 0;
    width: 100%;
    margin: 0 auto;
    }
    .btn:hover .singup-text{
    left: 0;
    top: 50px;
    }
    .btn:hover .singup-image{
    left: 0;
    top: 8px;
    }
    }

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