ashleymoon
-
Posts
1 -
Joined
-
Last visited
Reputation Activity
-
ashleymoon reacted to tuanphan in Header on my home page isn't fitting to mobile
You can try something like this code to Design > Custom CSS (or Website > Website Tools > Custom CSS)
/* Mobile resize top image */ @media screen and (max-width:991px) { [data-section-id="64d7beb12b609319ed79d620"] { min-height: unset !important; } } Also, I see your header has no items, so you can use this CSS code to remove burger
.burger-inner { visibility: hidden !important; }