• Resolved Samballerina

    (@samballerina)


    Hi,

    Please could someone help me remove the white space between my header(and site title) and the menu below?

    I have added lots of custom CSS for various things and had removed the white area until I changed this line:

    #site-details { position:relative; left: 50px; top:-140px; }

    When it says absolute instead of relative the space disappears but the site details position is wrong.

    My website (under-construction) is https://www.joineduphealing.co.uk

    Thankyou!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Samballerina

    (@samballerina)

    And thankyou simple catch for creating such a great theme! I love it!

    Try something like this

    #site-details {
    position: absolute;
    left: 30%;
    }

    Thread Starter Samballerina

    (@samballerina)

    Hi batharoy, Happy New Year and thanks for your help!

    Um… that got rid of the space between the header and menu but now the slider has disappeared!

    Thread Starter Samballerina

    (@samballerina)

    Eeeek! Actually, I think I pasted your CSS ontop of something that was already there by accident and then saved.
    You didn’t happen to copy the original did you?

    Thread Starter Samballerina

    (@samballerina)

    Ah. Actually it’s seems to be a problem on Chrome.
    On IE and on my ipad it looks fine…

    Any ideas?

    (I’ve saved my CSS now – was getting a bit slack!)

    Thread Starter Samballerina

    (@samballerina)

    Ok now I have the Slider back on all Platforms. No idea what happened.

    But have just realised that the site details have actually disappeared. They are probably underneath the Logo which is that whole big coloured glass image…

    Thread Starter Samballerina

    (@samballerina)

    Ahaa. I am stupid (or it’s late :-))
    I didn’t delete the ‘relative; left: 50px;’

    Now that’s gone it’s working perfectly.

    Thankyou so much!

    I am marking this as resolved

    ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Space between header and menu/slider’ is closed to new replies.