site identity font

Home Forums IT Consultant Support site identity font

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #75588
    krishnakrishna
    Participant
    • Topics: 57
    • Replies: 65
    • Total: 122
    Member since: October 9, 2016

    hello i have a logo of my web consept engineering in my website http://conceptenging.com/ but its not displaying properly it will hovering text in my web even it was not look good in mobile pls check and centered in mobile! and in mobile side when i open a category our product it looks worst in mobile even i cant able to see properly i want it perfect i have changed so many thing in menu but still it looks diffrent in mobile side i want same in desktop side as same as mobile side …i have placed it horizontally but in mobile it will not performaing horizontally pls check out i want mobile and desktop both in horizontal text!

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

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    @media screen and (max-width:767px) {
    
    .header .header-inner .logo { width:80%; margin:0 auto !important;}
    .header .header-inner .logo h1, .logo a { font-size:26px;}
    .sitenav ul li ul { columns:1 auto !important; -moz-columns:1 auto !important; -webkit-columns:1 auto !important;}
    .sitenav ul li ul li a { line-height:inherit;}
    
    }

    Regards,
    Chris

    #76096
    krishnakrishna
    Participant
    • Topics: 57
    • Replies: 65
    • Total: 122
    Member since: October 9, 2016

    this above code you given me its doesnt work plz reply as soon as possible

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

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    @media screen and (max-width:767px) {
    
    .header .header-inner .logo { width:auto !important;}
    .sitenav ul li ul { columns:1 auto !important; -moz-columns:1 auto !important; -webkit-columns:1 auto !important;}
    .sitenav ul li ul li a { line-height:inherit !important;}
    
    }

    Regards,
    Chris

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