This topic has 4 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
Hi there,
Is there a way to make the Navigation menu auto center and resize?
On Ipad it’s going onto 2 lines but on desktop there is a big gap on the right.
Thanks.
Hello,
Please add this code in Theme Options > Custom css:
@media (min-width:768px){
.header-type-8 .menu-wrapper .languages-area{
padding: 0px !important;
}
.header-wrapper .menu > li > a, .header-wrapper .header .menu-main-container .menu > li > a {
padding-left: 10px;
padding-right: 10px;
}
}
.header-type-8 .menu-wrapper .navbar-collapse, .header-type-8 .menu-wrapper .navbar-collapse .menu-main-container .menu{
float:none !important;
text-align: center;
}
Regards
Rose – Your A STAR!
Thank You!
You’re welcome!
Have a nice day.
Regards
You must be logged in to reply to this topic.Log in/Sign up