Minimize the spacing between header and slider

This topic has 8 replies, 4 voices, and was last updated 9 years, 8 months ago ago by Robert Hall

  • Avatar: Rita
    Rita
    Participant
    April 9, 2016 at 03:53

    There’s a lot of white space between the header and the slider on the homepage. I can’t seem to locate the code to edit it.

    7 Answers
    Avatar: Eva
    Eva Kemp
    Participant
    April 9, 2016 at 11:23

    Hello,

    Please add this code in child style.css file:

    .page-content {
     margin-top: 0px;
    }
    .navbar {
     padding-bottom: 10px;
    }

    Regards,
    Eva Kemp.

    Avatar: Rita
    Rita
    Participant
    April 9, 2016 at 20:45

    Thank you Eva! Perfect. Will that affect the mobile version also?

    Avatar: Eva
    Eva Kemp
    Participant
    April 10, 2016 at 10:26

    Hello,

    You’re welcome.

    Yes, it will affect the mobile version too. Please check the site on mobile and let us know if you have any queries.

    Regards,
    Eva Kemp.

    Avatar: Rita
    Rita
    Participant
    April 10, 2016 at 17:31

    I think it looks ok. but I noticed the logo on the static bar at the topic looks distorted now on mobile. It looked fine last week, but I don’t know if it’s distorted now because of the change. I would think not?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    April 11, 2016 at 08:32

    Hello,

    Please add this code in your style.css file in the child theme:

    @media (max-width: 480px) {.fixed-header-area .header-logo {
       width: 90px;
    }}

    Best regards,
    Jack Richardson.

    Avatar: Rita
    Rita
    Participant
    April 12, 2016 at 03:18

    Added the code to the Custom CSS for mobile area and changed it to 70px but it worked. Also added it to the custom CSS for mobile landscape area. Thank you!

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 12, 2016 at 07:04

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

  • Viewing 8 results - 1 through 8 (of 8 total)

The issue related to '‘Minimize the spacing between header and slider’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.