• Trying to get logo to sit above menu bar… Im told the only way to do this is reduce the size of the logo to fit in the menu bar space…

    any help appreciated… and no I dont code… southlandsft.com

Viewing 1 replies (of 1 total)
  • You need to insert some CSS (Cascading Style Sheet) code into a file.
    In order to do this you need to create a custom css file.

    There are several ways to do this. And one of them is with JetPack, which I see you have installed. Under Appearance see if there is a menu item called “Edit CSS”. If there isn’t go to JetPack and activate it.

    Then go to that file and insert the following code:

    .logo {
    margin-top:-120px;
    }

    Remember to save!

    Cheers, Stacy

Viewing 1 replies (of 1 total)

The topic ‘Logo floats above menu’ is closed to new replies.