Description text disappears in mobile view mode

Home Forums SKT Black/White Theme Support Description text disappears in mobile view mode

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #51804
    andresandres
    Member
    • Topics: 5
    • Replies: 8
    • Total: 13
    Member since: January 8, 2016

    Hello,

    I’ve just arranged visualy my site to be viewed in a computer. I have a special caracter (ALT 255) as title and a description text.

    My site: imagymna.com

    The problem is that when viewing the site in a mobile, the description text disappears and the button goes up too hight occupying the screen center.

    So, is there anyway to keep the heigth proportions of description text and button in computer mode in EVERY kind of view (computer, tablet or mobile).

    Thanks!

    #51851
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi Andres,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    @media screen and (max-width:768px){
    #slider .top-bar p{font-size:16px !important;}
    a.arrow-down, #slider .top-bar p{display:block !important;}
    #slider .top-bar a.contact, .contact-banner a{top:-10 !important;}
    }

    Regards,
    Dave

    #52055
    andresandres
    Member
    • Topics: 5
    • Replies: 8
    • Total: 13
    Member since: January 8, 2016

    Not bad, that will suffice for the moment.
    Thanks.
    Regards

    #52097
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Alright

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Description text disappears in mobile view mode’ is closed to new replies.