• Hi! I am having trouble with the mobile view as it cuts off the top part of my post. How can I move it down to have a full view of my post title? Thanks!

    • This topic was modified 3 years, 5 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Add a CSS rule to increase the margin between the header menu and title, for mobile devices:

    @media only screen and (max-width: 600px) {
      .entry-title{
        margin-top: 16%;
      }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Mobile View’ is closed to new replies.