Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #451853

    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 ?

    #451871

    Hi!

    You’re missing a “}” to close the media query.

    Regards,
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.