This topic has 8 replies, 3 voices, and was last updated 9 years, 8 months ago ago by Eva Kemp
Hi Guys,
Please would you assist with making the navigation “full body width”
right now once it reaches a certain point it collapses to a second level.
Thanks
PS Excellent service..I am also uploading a copy of local site to live server for assistance on issue with editing top bar and also page auto refreshing.
Hello,
You can try to use another Header Type in Theme Options->Header.
If this is not the solution for you please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
Hi Robert,
Iv added in the details via private content.
Thanks
Zunaid
Hello,
I’ve added this code in style.css of the child theme:
.menu > li > a {
font-size: 11.5px !important;
}
Please check the menu now.
Thank you.
Regards,
Eva Kemp.
Hi, Thanks for that.
Would it be possible to adjust the menu to float right – against container edge?
Thanks
Hello,
Please add this code in style.css of your child theme:
.container-fluid > .navbar-header { display: none;
}
.navbar-collapse.collapse {
float: right;
}
Thank you.
Regards,
Eva Kemp.
Excellent, all working.
Thanks
Hello,
You’re welcome.
Regards,
Eva Kemp.
Tagged: navigation, responsive, themes, width, woocommerce, wordpress
The issue related to '‘Navigation Bar Width’' has been successfully resolved, and the topic is now closed for further responses