Hello. Please see image for issue and desirables.
Thank you,
Ryan
Hey Ryan!
Please add following code to Quick CSS
@media only screen and (max-width: 1024px) {
#header {
border-bottom: 1px solid #c0c0c0;
}}
#header_main_alternate {
display: none;
}
Best regards,
Yigit
Thank you for pointing me in the right direction. The following code ultimately worked.
@media only screen and (max-width: 1024px) {
#header {
border-bottom: 1px solid #c0c0c0;
}}
@media only screen and (max-width: 1024px) {
#header_main_alternate {
display: none;
}