TopBar Margin on Mobile Screens

edited November 2018 in Theme support
Hello There,

I'd like to know how I can reduce an annoying white space, appeared below the topbar, on mobile devices.
Here's the image >> https://ibb.co/mDX3x0 (the blank space between the black bar and the two rose bars below).

I added this CSS before and now it gives me that problem. Is it possible to solve it?
@media only screen and (max-width: 767px) {
  #Top_bar:not(.is-sticky){
    height:150px !important;
  } 
}

Thank you very much,

Comments

Sign In or Register to comment.