Archived topic
Remove space under logo mobile
7 replies · Started by Edwin on August 11, 2017
Hi Tom
I am trying to to remove the space under the logo with css in mobile, but don't get it to work.
Would you able to help?
See link for screenshot:
Thanks
Edwin
Hi there,
The screenshot is not working. Any chance you can provide a link to the site so we can nail down the CSS right away?
Thanks!
It's coming from the bottom margin in the money back logo.
Try this:
@media (max-width: 768px) {
.inside-header>:not(:last-child) {
margin-bottom: 0px;
}
}
Thanks Leo, but still the same.
sorry edited the code above.
Please try again.
Thanks Leo
That worked
You're welcome.