Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1210460

    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.

    #1210503

    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

    #1210536

    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.

    #1210542

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.