The sidebar widget area for my shop page is acting strange and bouncing to the bottom of the page: http://rattlethebox.com/shop/
Can you advise on how to fix this?
Thanks,
Spud
The sidebar widget area for my shop page is acting strange and bouncing to the bottom of the page: http://rattlethebox.com/shop/
Can you advise on how to fix this?
Thanks,
Spud
Hi Spud,
Just add this code in Quick CSS:
.container .clear {
clear: none;
}
or this code, if the above code doesn't work:
.container .clear {
clear: none !important;
}
Hope this helps. :)
Regards,
Ismael
Awesome - that worked thank!!
This topic has been closed to new replies.