Free space after header. - by lxmag - on WordPress WooCommerce support

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

  • Avatar: lxmag
    lxmag
    Participant
    April 14, 2016 at 12:50

    1. I can’t remove the white space after the navbar.

    This code slightly changes the situation, but not radically.

    .page-heading {
        padding: 0px 0 0px;
    }

    And one more question. Is it possible to set an image instead of solid color on the header and/or main/products pages background?

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Robert Hall
    Robert Hall
    Participant
    April 14, 2016 at 13:00

    Hello,

    Please try to add the following code in custom.css file
    1)

    .page-content {
        padding-top: 0px;
    }
    .page-heading {
        padding: 0px 0 0px;
    }

    2)

    .header-type-4 .main-nav {
        background-image: url("here is your link to the image");
        background-position: 50% 50%;
        background-repeat: repeat;
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall

    Avatar: lxmag
    lxmag
    Participant
    April 14, 2016 at 13:13

    Maybe I made it wrong but after updates white space is still there. Not in custom.css (main theme) not in style.css (child theme) even with rule !important.

    UPD! Sorry, it works)

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 14, 2016 at 13:51

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

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

The issue related to '‘Free space after header.’' 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.