[Resolved] Space between Menubar and Content

Home Forums Support [Resolved] Space between Menubar and Content

Home Forums Support Space between Menubar and Content

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #229067
    Jona

    Hello friends,

    I have a problem with the space between the menubar and the content of my website. There is some white space – I would say around 25-50px between it, which looks bad in my opinion. This space cant be edited or changend. But luckily I found out a way, which solve this problem, for large and medium screensizes. Sadly it wont work for my mobile layout. When you can`t imagine it, take a quik look at my site: http://www.cleverlove.de. Set the screensize to around 400px, or open it with your mobilephone and you can see the problem.

    So did you guys had the same problem and how you solved it? Or you have any ideas how I can delete this white space?

    Thank you for your responses.

    #229083
    Jean Paiva
    Developer

    Hello Jona,

    Try adding this media query on your custom css:

    @media screen and (max-width: 480px) {
      .entry-content {
        margin: 0;
      }
    }

    🙂

    #229226
    Jona

    Thanks mate! This helped a lot.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.