Hi

I added this custom CSS to fix the issue:

.header-wrap .navbar>.navbar-nav .btn.nav-link {
    width: auto !important;
}

Kindly check.

Can you please help to adjust the mobile layout as same as other pages too?

This is other pages

Thanks

I added this code:

@media (max-width: 576px){
.btn.t4-offcanvas-toggle {
    margin-bottom: 0px;
    margin-left: 5px;
}}
Write a Reply...
You need to Login to view replies.