This topic has 1 reply, 1 voice, and was last updated 8 years by Candrom.

  • Author
  • #97108
     Candrom
    Participant

    iOS Safari and Microsoft Edge browser display the footer box’s height incorrectly.

    I fixed the issue for Edge by changing the css for .sidemenu-footer height from 100% to auto.

     

     

    What’s the trick for iOS Safari?

    #97113
     Candrom
    Participant

    I fixed it the iOS Safari display.

    Somehow at a certain screensize there’s a margin appearing below footer, not sure why it was designed that way. I fixed it with the following css code:

    COPY CODE
    
    .sidemenu-footer-inner {
        margin-bottom: 0px !important;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?