May 13, 2021 at 2:41 pm
#88529
Theme Horse Support Team
Keymaster
Hi tolysim,
Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code. (Since you have customized to show Logo on left so the code below will also show header advertisement on left for tablet view.
@media (max-width: 991px)
.navbar-ad-section {
text-align: left;
}
}
Thanks