CSS not working when screen width is smaller than 1024px
-
I am building a website and one of the pages has two main titles, and I want to hide the default title. I added this line of css to hide it:
.post-2048 .title-post {
display:none;
}It works for big screens, but whenever I switch to a screen which is 1024px or smaller, the default title all of a sudden reappears. What is causing this title to become visible again in this smaller screens and how can I solve it?
By the way, I have this problem for other CSS lines too. However, the majority of CSS lines work perfectly fine on both desktop and mobile view.
Thanks a lot in advance!
TwanThe page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘CSS not working when screen width is smaller than 1024px’ is closed to new replies.