Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #91131
    Schelbi
    Participant

    Hi,

    how can I reduce the white space in my header? 9palaces[dot]com

    Regards,
    Schelbert

    /* Sticky menubar */
    #header-menu-sticky-wrapper {
    margin: 0 !important;
    }

    .admin-bar .is-sticky #header-menu {
    top: 32px !important;
    }

    #main-slider {
    clear: both;
    }

    /* Box around widget sidebar */
    #secondary .widget {
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    padding: 20px;
    border-radius: 20px;
    }

    /* Right Header widget */
    #header-right .widget {
    font-family: “Noteworthy”, Libian SC Regular;
    font-size: 16.5px;
    color: #D7D8DB;
    }

    #hgroup-wrap {
    padding-bottom: 0;
    }

    #site-logo {
    padding-top: 0;
    }

    /* Footer picture no shadow */
    #footer-sidebar .widget img {
    box-shadow: none;
    }

    /* Header picture no shadow */
    #main-feat-img {
    box-shadow: none;
    }

    /* Header logo */
    #header-image {
    padding: 20px;
    }

    #main-feat-img {
    margin: 0;
    }

    /* remove Home breadcrumbs */
    .home #main header.entry-header {
    display: none;
    }

    .home #breadcrumbs {
    display: none;
    }

    #91142
    Mahesh
    Keymaster

    @uschelbert: Use the following CSS:

    #header-right, 
    #header-image {
        padding: 0;
    }

    Hope this helps, let me know if any problem.

    Regards,
    Mahesh

    #91144
    Schelbi
    Participant

    Thanks Mahesh!!

    Regards,
    Schelbert

    #91219
    Mahesh
    Keymaster

    @uschelbert: Thank you for your appreciation. Have a nice day.

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘reduce white space header’ is closed to new replies.