This topic has 5 replies, 2 voices, and was last updated 9 years, 1 months ago ago by Robert Hall
Why my menu dont have the same look on a PC?
http://www.carsona.com.heb5f.sogetel.net/wp-content/uploads/2015/10/capture22.jpg
I want the same font style and the same font size.
Can I fix That??
I think you forgot me? Maybe not?
Hello,
The problem causes by this code in custom.css file. Please check it.
@media (min-width: 1600px){
.header-type-variant5 div.menu {
padding-left: 168px !important;
}}
Regards,
Robert Hall.
1- Ok I remove the code…
But my font size in my menu are bigger, not condensed on Firefox and Chrome on PC.
I want the same font size and the same look as seen on my MAC screen
Don’t want a menu on two lines
http://www.carsona.com.heb5f.sogetel.net/wp-content/uploads/2015/10/capture22.jpg
2- Finally, I want the menu at the center
Thanks for your help!!!
As I see menu isn’t in two line in FireFox or Chrome. See screenshot: http://prntscr.com/8o5jr5
Also try to use this code in custom.css
.menu > ul > li > a{
letter-spacing: -0.08em;
}
.header-type-variant5 .menu > ul > li > a{
padding: 20px 26px;
}
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up