The Art Theme – mobile issues

Home Forums All Other Themes The Art Theme – mobile issues

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #93713
    Lori SchroederLori Schroeder
    Participant
    • Topics: 41
    • Replies: 59
    • Total: 100
    Member since: August 20, 2015

    I have a few issues with the mobile site for: http://lswebsitedesigns.com/courtyard2/

    The first screen print shows the header – https://imgur.com/PoRk0PH
    I would like the envelope on the same line as the email address, not above it next to the phone number.
    Also, the navigation icon on the right goes over the words.

    The second screen print is the footer section – https://imgur.com/a/6pWG2
    The words go off the page. You can’t see the last letter of the word creating.

    Thank you for your help!

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:479px) {
    .head-info-area a { margin-left:10px !important;}
    .head-info-area .left { font-size:13px !important;}
    span.desc { font-size: 12px; padding-top: 15px; width: 60%; margin: 0 auto;}
    #footer .footercols1 { padding:0;}
    #footer .rowfooter { margin:30px 0 20px !important;}
    }

    Regards,
    Chris

    #93793
    Lori SchroederLori Schroeder
    Participant
    • Topics: 41
    • Replies: 59
    • Total: 100
    Member since: August 20, 2015

    Perfect, thank you!

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

    🙂

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