Tagged: Advertisement, header banner, Responsive UI
Hello,
After adding an advertisement header image, The header dos not looks good on a tablet.
Could you assist with this issue?
https://avreviews.co.il/
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