Mobile view problem
-
I have a problem with the view.
Desktop view is showing all correct, but in mobile view things are moved and then you dont see the page title and the content is moved up.
I tried to solve it with css and @media in the customizer but its not working:
@media (min-width: 600px) and (max-width: 1023px)
h1#cph_title {
margin-top: 50px !important;
}@media only screen and (max-width: 599px)
h1#cph_title {
margin-top: 50px !important;
}`Thanks for your help!
- This topic was modified 3 years, 5 months ago by .
- This topic was modified 3 years, 5 months ago by .
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Mobile view problem’ is closed to new replies.