Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #436573

    Hello,
    i noticed a bad behaviour of the fifth column while resizing my browser. In fact on the mobile version of the website the fifth column overlay the main content.

    Check out on the following images
    right behaviour

    disappearing on a 640 widht resolution
    disappear

    found where is positioned
    here it is

    In fact the fifth column go over the first one.

    Any hint to fix this?
    Thank you

    #436770

    Hello,
    any news?

    Thank you :)

    #437277

    Hey!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Cheers!
    Rikard

    #437282

    Hello Rikard,
    here is the website.

    vitruviodesign
    Thank you

    #437317

    Hey!

    I think a plugin or a custom script is causing the issue. When I checked the fifth column, a css inline styling is being applied to the widget when you decrease the browser size:

    <section id="nav_menu-3" class="widget clearfix widget_nav_menu" style="position: fixed; width: 180px; bottom: 2929px;">
    

    The bottom property pushes the widget content out of nowhere. It also creates a clone:

    <section id="nav_menu-3_clone" class="widget clearfix widget_nav_menu q2w3-widget-clone-sidebar-10" style="height: 155px; visibility: hidden;"></section>
    

    Please deactivate the plugin.

    Regards,
    Ismael

    #437319

    Hello Ismael,
    thank you for your support. It was indeed a plugin. Fixed :)

    Cheers

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘footer fifth column css bad behaviour’ is closed to new replies.