Please help! Content/categories rendering - Joomla! Forum - community, help and support
hi all,
i joomla biginner , question pretty easy other pros.
i want know when categories displayed in joomla how render them according our needs.
here website link: http://content-commons.in/index.php?opt ... &itemid=30
categories displayed "blogtable". on page want have movie categories displayed 1 after other (row width=100%) rather splitting second row in 2 columns case now.
i guess need make alterations "componets=com_content=content.html.php" . change in code?
if can spare time trivial question great.
thanks
i joomla biginner , question pretty easy other pros.
i want know when categories displayed in joomla how render them according our needs.
here website link: http://content-commons.in/index.php?opt ... &itemid=30
categories displayed "blogtable". on page want have movie categories displayed 1 after other (row width=100%) rather splitting second row in 2 columns case now.
i guess need make alterations "componets=com_content=content.html.php" . change in code?
if can spare time trivial question great.
thanks
use page class suffix in menu item in question. unfortunately clear formatting content item, you'll able access html elements including td's. ex
.page-suffix td{}
.page-suffix td td{}
.page-suffix td td td{}
use css remedy.
-a
.page-suffix td{}
.page-suffix td td{}
.page-suffix td td td{}
use css remedy.
-a
Comments
Post a Comment