Screen resize problem

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #15803
    Phil Man
    Member

    Hello

    At full screen the web page section is fine but when i resize page a little the text in the sign up button moves badly..it shifts to the right of the box.

    Could you please check what is going on.

    http://3rdvista.com/loanconnect-2/

    Thanks

    #15806
    Phil Man
    Member
    This reply has been marked as private.
    #15816
    Veena
    Moderator

    Pls set a min-width for the button element like below –

    min-width: 200px;
    width:100%;
    
    #15820
    Phil Man
    Member

    Please excuse my lack of knowledge in these things.
    where do I find the button element settings. I don’t see it in the “advanced button” settings…

    #15832
    Veena
    Moderator

    Pls try the below custom CSS in Themeoptions –

    .ubtn-large {
        min-width: 120px;
        width: 100%;
        padding: 15px 20px;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    
Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.