Home › Forums › IT Consultant Support › site identity font
- This topic has 3 replies, 2 voices, and was last updated 6 years, 5 months ago by
Sonnal S Sinha.
-
AuthorPosts
-
June 14, 2017 at 3:19 pm #75588
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!
June 20, 2017 at 7:09 am #75934Hi,
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,
ChrisJune 21, 2017 at 7:30 am #76096this above code you given me its doesnt work plz reply as soon as possible
June 22, 2017 at 5:59 am #76185Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.