• Hi all, any help appreciated please!?

    This site https://sts.andrewsoames.com/

    There is a great deal of space between the logo and address images and the menu in the header area – how can I reduce this and bring the menu up to just under the logo please?

    Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try this in your custom css:

    #site-title {
    float:left;
    clear:none;
    min-width:600px;
    width:600px
    }
    
    #site-description {
    position:static !important;
    float:left;
    clear:none;
    min-width:350px;
    width:350px;
    margin:60px 0 0 0 !important
    }

    Thread Starter littlealex2015

    (@littlealex2015)

    Thanks very much for that – it works BUT I notice it’s knocking out the slider alignment – but only in Firefox it seems – chrome and ie 11 seem fine…

    Any ideas?

    Try this line in your custom css:

    #shs_slider_cont {clear:both}

    The slider looks a bit wide. Can you set its width to 1197px in slider settings?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove space between logo and menu in header please?’ is closed to new replies.