Also is it possible to disable modules that are not displayed on smartphones and tablets? for example, disable the header banners for smartphones and tablets vertically?

.no_mobile { display: none !important; }
#gkHeaderMod { display: none; }
#gkHeaderNav.gkAbsoluteHeader { position: relative; }

