Viewing 6 reply threads
You must be logged in to reply to this topic.
Hey,
I need to make the button that shows on desktop and laptop show on mobile as well.
Hi,
Can you please share your website URL here so I can see which button you are talking ?
Thanks
Hi,
This is the CSS which is hiding that button:
@media (max-width: 767px)
.header_button {
display: none !important;
}
If you can use this one like just comment it your button will show up. If you can’t then give me admin logins and I will do that for you.
Thank You
Hi,
This is the CSS which is hiding that button:
@media (max-width: 767px)
.header_button {
display: none !important;
}
If you can use this one like just comment it your button will show up. If you can’t then give me admin logins and I will do that for you.
Thank You
Hi,
Just use this CSS in customizer:
@media (max-width: 767px){
.header_button {
display: block !important;
}
}
Thank You
You must be logged in to reply to this topic.