Reply 63960 to: How do you remove the space in between the logo and the top of the page?

Avatar: Eva
Eva Kemp
Support staff
May 14, 2015 at 15:38

Hello,

1. Try to use this code in style.css of your child theme:

.navbar {
 padding: 0px !important;
}

Also the reason of large space is your logo size. It’s big. Try to decrease it.

If you use child theme you need make changes in style.css of the child theme and not in custom.css file.

2. Use this code in style.css of the child theme:

.fixed-header-area .header-logo img {
  width: 200px !important;
}

3. Add this code in style.css:

.content-page {
    margin-bottom: 0px !important;
}

Regards,
Eva Kemp.

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.