Moving site logo to centre

  • Unknown's avatar

    I am trying to move the site logo to centre of the header, below the menu (preferably).

    The custom CSS code is below, but I don’t really want to mess around with it. How canI do this? Thank you

    @import ‘https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css’;
    /* Enter Your Custom CSS Here */
    .header[role=’banner’] {
    box-shadow: none !important;
    border-bottom: 3px solid #aaa!important;
    background: #000000 !important;
    color: white !important;
    }
    .nav li a{
    color:#fff !important;
    }
    #logo a{
    color: #fff !important;
    font-size: 32px !important;
    }

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

  • The topic ‘Moving site logo to centre’ is closed to new replies.