I made screenshot, how it is, if I move LS back to head-search position – then collapsed menu working.
<em>@griong 495742 wrote:</em><blockquote>Hi, @ninja Lead!
Honestly, I don’t know how to make screenshot which will reflect trouble.
In top right corner (right end of nav bar) you see sign of collapsed menu (3 horizontal bars)
When I pressed it before – it dropped down collapsed main menu.
Now it does not work on any language start page.</blockquote>
Hi,
You can pm me admin login backend of your site. I will help you to check the configuration directly on your site.
Regards
<em>@griong 495753 wrote:</em><blockquote>I made screenshot, how it is, if I move LS back to head-search position – then collapsed menu working.
</blockquote>
Hi,
I fixed this bug directly on your site with the solution below
Open templates/purity_iii/css/custom.css file
find and change
.language-switcherload {
position: absolute;
top: 0px;
right: 0px;
padding-right: 80px;
height: 55px;
}
@media (max-width: 767px) {
.language-switcherload {
padding-right: 120px;
}
}
to
.language-switcherload {
position: absolute;
top: 0px;
right: 0px;
margin-right: 80px;
height: 55px;
}
@media (max-width: 767px) {
.language-switcherload {
margin-right: 120px;
}
}
Now you can see it’s working fine on your site.
Regards
1 user says Thank You to Ninja Lead for this useful post
This topic contains 19 replies, has 2 voices, and was last updated by griong 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum