http://dev.retrojunkiebar.com/events/ mobile version

Good day! muffin team, 

I want to get rid of this white space on mobile version http://prntscr.com/v3g9qf  I tried adding custom css to remove that white space. It seems the custom css not working that I added on the theme options custom css. @media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
 #subheader{padding:0 !important;}
}
 
Can you help me remove the white space mobile version on the events page?

Thank you,

Comments

Sign In or Register to comment.