Tagged: icon grid
Hello,
I am having issues on my mobile version of my website.
On Mobile, the first icon grid won’t hide on mobile even when inserting the necessary media queries code:
@media only screen and (max-width: 769px) {
.services-include {
display: none !important;
}
}
Hey Kayleigh,
The element with the services-include class is hidden on my end on mobile, you can check yourself by inspecting it in your browser.
Best regards,
Rikard