Sign Up/Log In Not Fully Showing on Mobile in Vertical

Discussion in 'VideoCraft WordPress Theme' started by comedyclubhouse, Apr 20, 2014.

  1. comedyclubhouse

    comedyclubhouse Member

    Joined:
    Apr 18, 2012
    Messages:
    72
    Likes Received:
    2
    Hi

    When I use my mobile phone S3 the Sign Up/Log In Not Fully Showing in Vertical mode it's half cut off to the right. This works all good on Horizontal.

    2014-04-20 09.03.16.png
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Do let us know your website link.


    Thanks & Regards
    Gourav Shrivastava
     
  3. comedyclubhouse

    comedyclubhouse Member

    Joined:
    Apr 18, 2012
    Messages:
    72
    Likes Received:
    2
    What ? it's in the image in the url bar
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    @media only screen and (max-width: 480px){
    .upload-page { 
    margin-left: 0;
    }
    }

    Thanks & Regards
    Gourav Shrivastava
     
  5. comedyclubhouse

    comedyclubhouse Member

    Joined:
    Apr 18, 2012
    Messages:
    72
    Likes Received:
    2
    Thank you Gourav that did the trick ;) is there any way to add to file instead of Appearance > Theme Option > Styling Option > Custom CSS
     

Share This Page