• Resolved Anonymous User 16123990

    (@anonymized-16123990)


    hi. looking to try and lower my menu (and widen it a bit) so it goes right above the white part, and also wanting to know how to remove/hide the footer.
    would be nice to be able to remove the extra space above the menu too (planning a logo there, but whenever I have a logo there there’s still that little extra space.

    cheers

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi again,
    Hope this helps.

    >> Lower Menu <<
    #masthead {
    margin-bottom: 0;
    } Adjust margin as required

    >> Widen Menu <<
    .site-header .mt-container {
    width: 100%;
    }

    >> Hide Footer <<
    .site-footer {
    display: none;
    } OR
    #bottom-footer {
    display: none;
    } Depending on how much of it you want to hide

    >> Remove space above menu <<
    .logo-ads-wrapper {
    padding: 0;
    } Or as required

    Cheers

    Thread Starter Anonymous User 16123990

    (@anonymized-16123990)

    I don’t know how you do it blogsoever, but you’re a legend. They all worked perfectly.

    Flattery will get you everywhere ??
    Glad to be of help.
    Hopefully it all goes well with the header addition.
    If not, you know the drill.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Lower menu to page and remove footer’ is closed to new replies.