• Resolved exedotdmg

    (@exedotdmg)


    I want to remove the padding around my header image that is present when viewing the site on an iPad. How can I achieve this?

Viewing 1 replies (of 1 total)
  • Hi exedotdmg,

    thanks for using MH Magazine lite.

    When it comes to CSS customizations, you could always use tools like Firebug or your browsers inspection tool to inspect the elements on your site and then add your own CSS code based on your personal requirements, for example:

    @media screen and (max-width: 900px) {
        .mh-site-logo {
            padding: 0;
        }
    }

    In order to add custom CSS code to your website, you can either make use of a child theme or plugins like Simple Custom CSS.

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove padding from header in mobile view.’ is closed to new replies.