Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #68302
    Mattias
    Participant

    In latest version the Sidebar go down over footer in mobile version. How do you change so it does not go down and cover the footer?

    #68318
    Sakin
    Keymaster

    @Mattias: We are schedules to release the update today. Sorry for the trouble.

    #68324
    Sakin
    Keymaster

    @Mattias: It’s out now and you can update to version 3.3

    #68325
    Mattias
    Participant

    I’ve done a lot of adjustments, can I copy a specific code to get this right?

    #68734
    catchinternet
    Keymaster

    @Mattias: Sorry we don’t have that. When you edit theme, you shouldn’t edit directly in core theme files. If you need to edit/add any functions and code, then you need to build chile theme and update it from there. It’s safe always.

    #75885
    Mattias
    Participant

    Do you know which file? so maybe I can just exchange it?

    #77829
    Sakin
    Keymaster

    @Mattias: search the following css from style.css and remove it. This should solve your issue.

    .fixed-header + #main-wrapper, 
    .fixed-header + #main-wrapper + #colophon {
        position: relative;
        top: 91px;
    }
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Mobile Sidebar go down over footer’ is closed to new replies.