I have been having some trouble in order to hide sections of a template in the mobile version I was able to do so in a tablet but when it comes to a smartphone it is not hiding the section.
PD: this is the code i’m using in order to do so:
@media (max-width:478px){
.content__show{
display:none !important;
}
}
anyone can help me out in order to figure out how does Hubspot manages information when is on mobile screens, especially on smartphones?
I think you did it with my instruction and want to hidden section in below section just remove other unwanted media queries and add below CSS syntax to