Topic Resolution: Resolved
  • Closed
  • April 23, 2015 at 9:28 pm #16762

    When I resize my browser window to a small width (or use tablet or mobile) until the 3rd Level menu comes up, I would like to resize the space between the top of the page and the logo, between the logo and the Blog Title and between the Blog Title and the beginning of page, lets say to 3px. And help will be fine!

    My Example Page

    Thank you!

    Roman
    Spectator
    Posts: 3147
    April 24, 2015 at 9:26 am #16790

    try this Custom CSS:

    @media only screen and (max-width: 768px) {
    #logo-image {
    margin: 0!important;
    }
    .header {
    padding: 0;
    }
    #tagline, #social {
    display: none;
    }
    }

    Frank Stellmacher
    Spectator
    Posts: 18
    April 24, 2015 at 10:58 am #16799

    Thank you Roman, this works fine for me! Regards, Frank