Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #92303
    kmac11
    Participant

    Hi, here’s my site:
    http://hmatlanta.com/

    Is there an easy way via custom css to reduce the amount of white space on mobile devices between the header image and the slider? On phones, there’s just waaaay too much white space at the top of my site. Thanks!

    #92332
    Mahesh
    Keymaster

    @kmac11: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    @media screen and (max-width: 480px) {
        #site-logo {
        	padding-top: 0;
        }
        #hgroup-wrap {
        	padding-bottom: 0 !important;
        }
    }

    Let me know if any problem.

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Too much white space between header iamge and slider’ is closed to new replies.