Shard – Fixed Menu-Header on Tablet

Home Forums Shard – WordPress Theme Shard – Fixed Menu-Header on Tablet

This topic contains 6 replies, has 2 voices, and was last updated by  ab-themes 8 years ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #16272

    MichaelK
    Participant

    Hello,

    we use Fixed Header on Desktop.

    On Mobile Smarphone and Tablet Portrait-View it is disabled – perfect.

    On Which Way i can disable it for Tablet Landscape too?

    Thanks

    Michael

    #16280

    ab-themes
    Keymaster

    Hi,

    we test this on Google Chrome on our tablet and it works fine on landscape view.

    Did you solved this in the meantime?

    Cheers

    #16323

    MichaelK
    Participant

    Hey again,

    on iPad (only Landscape View) the Menubar is fixed like on desktop. i try to disable it but dont find a solution. Because we dont want disable it on Desktop.

    Hope you can help.

    Cheers Michael

    #16324

    MichaelK
    Participant

    You cann see here on Screenhsot

    #16361

    ab-themes
    Keymaster

    Hi,

    we test our preview theme demo site on ipad and everything works fine. But, we see that header in your landscape is wrong.

    So please try with this code for specific media querys on ipad, put this in your responsive.css file on the end,
    (you can find it here \shard\wp-content\themes\shard\css\responsive.css):

    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    	#ABdev_main_header.fixed {
    	    position: absolute;
    	    top: 0;
    	    left: 0;
    	}
    }

    If this don’t work, try to add !important to position: absolute;

    I hope this help you.

    Kind regards

    #16371

    MichaelK
    Participant

    This helps, thanks so much.

    Cheers

    Michael

    #16384

    ab-themes
    Keymaster

    No problem :)

    Cheers

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Shard – Fixed Menu-Header on Tablet’ is closed to new replies.