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

    Hi,

    Is it possible to have on ipads/tablets the same shrinking header when scrolling down, as it happens on desktops? Even if the ending result is not as smooth as on desktops? If not, are you considering on adding this this feature in the future?

    In case it is not possible, could you please give the code to stop having the header as fixed on ipads/tablets, as you had it on previous versions of enfold?

    Thank you very much for your help

    Best Regards
    Tiago Oliveira
    http://www.estudiovilla.com

    #265868

    Anyone? Thank you.

    p.s. by “header as fixed on ipads/tablets, as you had it on previous versions of enfold”, I mean I would like it not to be sticky.

    Thank you.
    br
    tiago

    #266145

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .responsive #top #header {
    position: fixed;
    }}

    Cheers!
    Yigit

    #266319

    Hi!

    Thank you for your help.

    The code you sent was not working, but with your lead was was able to place the below code instead at the custom.css, and it worked fine.

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive #top #header {
    position: absolute !important;}}

    Thank you.
    br
    tiago

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Shrinking header on ipad/tablets when scrolling down’ is closed to new replies.