Left inset pushing down blog items - RT Mixxmag - Joomla! Forum - community, help and support
does know causes this? frontpage looks fine exact same items in section/blog pushed down left inset (screen shots below). i'm sure got css float/clear , i've tried various combinations no success. publishing more modules in left inset pushes them down farther, module position causing it.
-----------------------------------------------------------------------
frontpage view

-----------------------------------------------------------------------
section/blog view

-----------------------------------------------------------------------
frontpage view
-----------------------------------------------------------------------
section/blog view
try adding template css: works
or this
that solve it. first 1 worked me when had problem
code: select all
div.article_row div.clr { clear: right; }or this
code: select all
.blog-page { float: left; }
#inset-block-left { float: left; }that solve it. first 1 worked me when had problem
Comments
Post a Comment