Spirited – mobile view

Home Forums All Other Themes Spirited – mobile view

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #20543
    ChrisChris
    Member
    • Topics: 3
    • Replies: 5
    • Total: 8
    Member since: January 22, 2016

    I have an issue with the title when viewing on mobile phone the words are sitting on top of each other.

    Thank you

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

    Hi Chris,

    Kindly show us your website link

    Regards,
    Shri

    #20569
    ChrisChris
    Member
    • Topics: 3
    • Replies: 5
    • Total: 8
    Member since: January 22, 2016

    www.kindredconsultancies.com.au

    Also how to get rid of those annoying bars in the very top left header link

    Thanks

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

    Hi Chris,

    Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
    Add this css code in custom css box

    .icon-left-top{background:none !important;}

    @media screen and (max-width: 767px) {
    .header .header-inner .logo h1{line-height:35px;}
    }

    Regards,
    Shri

    #20742
    ChrisChris
    Member
    • Topics: 3
    • Replies: 5
    • Total: 8
    Member since: January 22, 2016

    Still not working – is there anything else I can try. Thanks
    Chris

    #20744
    ChrisChris
    Member
    • Topics: 3
    • Replies: 5
    • Total: 8
    Member since: January 22, 2016

    It works if I have phone on landscape view but not portrait view.

    thanks

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

    Add this code in custom css box

    @media screen and (max-width:479px) {
    .header .header-inner .logo h1, .header .header-inner .logo a{font-size:24px;}
    }

    Regards,
    Shri

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