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

    Hi!

    I got some help some weeks ago to place a image in the header with two small logos. I just discovered a problem that I haven’t noticed before, and that is when the webpage is viewed in a smaller device like an tablet. The bottom of the logos cuts of some pixels. It’s no problem in smaller device like a mobiel phone and in desktop.

    I have tried to change the CSS for the div.container and some other, but noting happens! Preciate if someone could have a look!

    • This topic was modified 10 years ago by Effektid.
    #347880

    Hey Effektid!

    Try adding this to your custom CSS.

    .responsive .logo img {
        margin-top: 0px !important;
    }

    Best regards,
    Elliott

    #348689

    Perfect! Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Need help with images in header’ is closed to new replies.