Home › Forums › WoodMart support forum › Problem with mobile navbar › Reply To: Problem with mobile navbar
November 28, 2023 at 7:12 pm
#516554
kitdorofficial
Participant
Ok I got it. I used the following code:
@media (max-width: 1024px) {
.sticky-toolbar-on .joinchat {
bottom: 55px;
}
Just confirm if this is correct.
Please confirm these 2 doubts:
1) Can I use the same code for all my woodmart websites where I face this issue? Or will the code be different for different websites?
2) I have to add them in Global custom CSS under Custom CSS right?