Tagged: custom id, site width
Hi, I have applied a custom ID Attribute called “nomobile”
I have applied the following css:
@media (max-width: 980px) {
#nomobile {
display: none;
}
This does work in removing the section i would like, But it also effects the entire site width.
Anyone any ideas ?
Hi!
You’re missing a “}” to close the media query.
Regards,
Josue