• Hi,

    I am trying to reduce the white space below the banner image here: https://www.testsitesoho.com/

    I’ve made a Child Theme and attempted to reduce the size of the margin on the

    .main-navigation {
    margin-top: 1.71429rem;
    text-align: center;
    }
    But to no avail. Any advice? Thanks!

Viewing 1 replies (of 1 total)
  • .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
        margin-top: -10px;
        margin-top: -0.7142857142857143rem;
    }

    M

Viewing 1 replies (of 1 total)
  • The topic ‘reduce white space twenty twelve theme’ is closed to new replies.