Tagged: CSS, footer column, mobile
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
disappearing on a 640 widht resolution
found where is positioned
In fact the fifth column go over the first one.
Any hint to fix this?
Thank you
Hello,
any news?
Thank you :)
Hey!
Could you provide us with a link to the site in question so that we can take a closer look please?
Cheers!
Rikard
Hello Rikard,
here is the website.
vitruviodesign
Thank you
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
Hello Ismael,
thank you for your support. It was indeed a plugin. Fixed :)
Cheers