• I am using the wordpress theme Consultive. Once I add my own logo to the header it puts space above and below the log so the menu bar is stretched vertically.
    I would like to remove the spacing that appears above and below my logo.
    I cant link to my page as it is currently not published but can have screengrabs I can send.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter hungryhorace

    (@hungryhorace)

    Below is a link to a similar website using the same theme

    http://www.galans.ae

    If you see the logo on the left has very little space above and below the image.
    I would like to know what CSS would enable me to make my logo fit like this one.

    Thanks

    Without being able to see your actual site it is not possible to be certain, but the demo site you did post uses:

    .mainmenu-area .logo {
        display: inline-block;
        padding: 3px 40px 0 30px;
    }

    You will be able to answer questions like this once you become familiar with using your browser’s “browser inspector” and both manipulate the CSS live there as well as in the “costomizer”.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    For pro or commercial product support please contact the author directly on their site. This includes any pre-sales topics as well.

    https://themekalia.ticksy.com//submit/

    As the author is aware, commercial products are not supported in these forums. I am sure they will have no problem supporting you there.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Header Logo Spacing’ is closed to new replies.