- This topic has 3 replies, 2 voices, and was last updated 7 years, 7 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › IT Consultant Support › site identity font
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!
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
this above code you given me its doesnt work plz reply as soon as possible
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
Free WordPress Photography Themes Article explains about the best free WordPress photography themes for having the creative photographers display their work online. Going back to […]
To make your website entirely mobile-friendly, it is essential to pick a theme that comes as the suitable one for your mobile device. Thus, it […]
Are you confused when you come across the term WordPress Child Themes? Do not worry it’s not just you but many fresh developers out there […]