• Resolved mikereed

    (@mikereed)


    As described in the title, since upgrading Mystile from 1.3.5 to 1.3.9 I seem to have much more white space above and below the header image. How to reduce this? Also, how to reduce white space between header bottom margin and beginning of content?
    https://www.borneocigars.com.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try adding the following CSS code as well:

    #header {
        padding-bottom: 0;
        padding-top: 2em;
        margin-bottom: 2em;
    }
    #header #logo {
    margin-bottom: 0;
    }
    Thread Starter mikereed

    (@mikereed)

    I dropped this in my custom css and it worked perfectly. Thanks, prabhukb ??

    This also worked well for the current site i’m working on. Thanks buddy!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Mystile] How to reduce padding (white space) above and below header imag’ is closed to new replies.