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
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
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