drewbul

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Verbosa .9.7 iPad Landscape Header Goes to Background #41477
    drewbul
    Participant

    Try this fix:
    In file /wp-content/themes/verbosa/resources/js/frontend.js

    line 28:
             if ( 1024 >  windowWidth ) {
             if ( 1024 >= windowWidth ) {

    ———
    JavaScript removes attribute “style” in
    <div id="sidebar" style="position: fixed;">
    when switching to mobile responsive mode. The problem was that at horizontal resolution 1024 the theme already switched to mobile mode, but the attribute was not yet removed (would be removed at 1023).
    I will report the bug to the theme authors and hopefully they will apply this patch in the next version.

    Website: ate.org.ua

    • This reply was modified 7 years ago by drewbul.
    • This reply was modified 7 years ago by drewbul.
Viewing 1 post (of 1 total)