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!
Hey Effektid!
Try adding this to your custom CSS.
.responsive .logo img {
margin-top: 0px !important;
}
Best regards,
Elliott
Perfect! Thanks!