Hi,
I read http://www.kriesi.at/support/topic/override-sidebar-position-for-shop-pages,
and i do all in this thread.
But my problem is that in html code appears <div class="clear"></div> between <div class="template-shop content nine alpha units"></div> and <div class="sidebar units sidebar_right three"></div>
like
<div class="template-shop content nine alpha units"></div>
<div class="clear">
<div class="sidebar units sidebar_right three"></div>
and to work <div class="clear"> have to be erased
Can you help me about it
The page
http://www.parque-infantil.com/catalogo-parques-infantiles/
and i want to float left the sidebar but it is solved if delete de <div class="clear">
in Shop Overview Page
4 posts from 2 voices-
Posted 10 months ago #
-
Hi,
I solved the bug thanksPosted 10 months ago # -
I open another time becaouse i update and the <div class="clear"> is now showing
Posted 10 months ago # -
Hi barrox,
Just add this code in your Quick CSS:
.container .clear { clear: none !important; }Hope this helps. :)
Regards,
IsmaelPosted 10 months ago #
Reply
You must log in to post.














