Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #733667

    Hello,

    I am using a custom css class to hide an element on widths over 990px . It works (mostly) but it is leaving part of the container with a 1pt border, how should I best remove these, and can you tell me why they stay? Did I do something wrong.

    Here is the CSS and a picture of the problem.

    @media only screen and (min-width: 990px) {
    .only-mobile { display: none !important; }}

    The page is at http://perfectpuglia.com/welcome/

    Thanks as ever

    Graham

    extra line

    #733904

    Hey Graham,

    Please try the following as well:

    @media only screen and (min-width: 990px) {
    .page-id-330 #after_section_3 {
      display:none !important;
    }
    }

    Best regards,
    Rikard

    #734205

    Hello,

    As ever that works perfectly. thank you very much. Please can you close the ticket for me.

    5* review already left on themeforest

    Thanks again

    Graham

    #734211

    Hey!

    Thanks for reviewing the theme with 5* :)
    Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Part of an element still showing in mobile view’ is closed to new replies.