Site logo

Archived topic

Hi tom, how to adjust the padding and margin of the logo and not the header?

1 reply · Started by Moinuddin on August 11, 2017

Viewing posts 1–2 of 2

I am trying to make adjustment of the logo and make the padding a little bit up to align with the primary menus. When I change the padding, it changes for the header and not the logo itself..how can I adjust the padding only for the logo??

One more question here, How to disable top menu for mobile and tablet view?

URL of the website I am sorting this problem out is
http://www.alhindhealthcareservices.com

You can adjust the padding to the logo like this:

.site-logo {
    padding: 10px;
}

I can't see your website (maintenance mode), but I assume something like this might do it:

@media (max-width: 768px) {
    .main-navigation {
        display: none;
    }
}
This archived topic is closed to new replies.