Custom notification header above menu container is not mobile responsive, and doesn’t show up on some devices in landscape mode. Not sure how to fix it.
Hey Sully730,
Add this to quick css:
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
.avia_message_box_content{
margin-top:30px!important;
}}
Best regards,
Jordan Shannon
Thanks Jordan.
A few issues. One, the bar is now showing up in landscape mode, but it’s overlapping the logo a bit. Second, I am still seeing the words in the notification bar still cut off. The word ‘For’ and the word ‘Here’.
Thanks for your help.
Hi,
Add this to quick css:
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
.logo a img{
padding: 12px!important;
margin-top: 15px!important;
}}
@media only screen and (max-width: 767px) {
.avia_message_box_content p{
font-size:10px!important;
}}
Best regards,
Jordan Shannon
