Hello. Please this image. This is only happening for iPad landscape and I’m not sure where it’s coming from.
Thank you,
Ryan
Hi rlogan2334!
Please add following code to Quick CSS
@media only screen and (max-width: 1024px) and (min-width: 990px) {
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 202px;
}}
Cheers!
Yigit
Perfect! Thank you.