Ixion Theme – Reduce spacing between menus and front page header image

  • Unknown's avatar

    Ixion Theme – Reduce spacing between menus and front page main image

    Can’t seem to figure out the code to reduce the spacing between the menus and the header image. The gap is too large for my taste.

    thanks in advance for the CSS :)

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi @mustangdarren,
    If you are talking about space between the menu bar that contains these menu items HOME, MEDIA, MODELS, ABOUT & CONTACT US and the header image with the mustang, then here’s the CSS code:

    .branding-container {
        padding-bottom: 0.5em;    /*adjust this value if you must*/
    }

    AND

    If you are talking about the spacing between the menu bar that contains the facebook, twitter and instagram social icons and the KENNE BELL image, then here’s the CSS code:

    .branding-container {
        padding-top: 0em;    /*adjust this value if you must*/
    }

    Hope this helps 🙂

  • The topic ‘Ixion Theme – Reduce spacing between menus and front page header image’ is closed to new replies.