[Support request] Hi tom, how to adjust the padding and margin of the logo and not the header?

Home Forums Support [Support request] Hi tom, how to adjust the padding and margin of the logo and not the header?

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #364457
    Moinuddin

    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

    #364474
    Tom
    Lead Developer
    Lead Developer

    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;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.