Hello,
Please give your site URL.
Thanks.
The site is under maintenance until all changes are made. Can I provide any screenshots instead?
Hello,
Please give your screenshots.
Thanks.
Here is the current width of the navigation menu bar: https://www.screencast.com/t/SihsSiLv1WpC
Hello,
Go to Dashboard -> Appearance -> Customize -> Theme Option -> Theme General option -> custom CSS box and paste below code and save –
.navbar-default .navbar-nav > li > a {
padding-left: 80px;
padding-right: 70px;
}
You can change the value of padding-left and padding-right as per your requirement.
Thanks.