text and header empty white space on mobile

Hi,

I am trying to remove the huge white space around the header. Also there is again big white space on the left and right sides of the text. How can i remove those white spaces?

Comments

  • Hi,
    Please paste this Custom CSS code into Theme Options > Custom CSS & JS > CSS
    @media (max-width:767px){
    #Wrapper #Header_wrapper #Subheader{
    padding:10px !important;
    }
    }
    Thanks.
  • Thanks a lot. Header is much better now. 
    But i need to fix main text area left and right spaces too. How can i do that?

    ps: also is it possible to fix featured image padding too?
  • 1) Sorry, but this require a lot of advanced CSS code.
    We provide only the simple CSS changes.
    Also, I do not recommend to do this, because it can make a responsive of this page issued.

    2) What's wrong with the padding of featured image?
    I see that everything is ok.
    Cheers
  • Hmm i see ok than. Lets leave those as such. Thanks a lot.
Sign In or Register to comment.