Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

SOLVED: <ul> in LeftCol

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi guys

I am in the process of integrating a tienda shop into a grid2 template. There are a lot of categories so i was wanting to format the categories module so levels 2 and 3 of the <ul> are formatted differently. The Categories mod is currently displayed in the Left Col. I have put the appropriate formatting into categories module css file but it appears to be being overwritten the ZenGrid framework, resulting in a flat list. Could someone be kind enough to have a look at this link and see if they are able to see where the problem is? (site very much work in progress)

<link removed>

many thanks
iain
  • Iain Mace's Avatar
  • Iain Mace
  • LIfetime Developer - Big Bamboo
  • 60 posts
  • 1 Thanks
  • Karma: 2
Last Edit: 12 years 10 months ago by Iain Mace. Reason: remove dev link and change subject
The administrator has disabled public write access.
Hi Iain,

Add the following to your grid2 theme.css file
#leftCol ul li {
    display: list-item;
}

That should allow you to style the lists as you want.

Matt
  • Matt Hayashida's Avatar
  • Matt Hayashida
  • Moderator
  • 105 posts
  • 1 Thanks
  • Karma: 7
The administrator has disabled public write access.
Matt,

BRILLIANT. Many thanks

Iain
  • Iain Mace's Avatar
  • Iain Mace
  • LIfetime Developer - Big Bamboo
  • 60 posts
  • 1 Thanks
  • Karma: 2
The administrator has disabled public write access.
Glad I could help.


Matt
  • Matt Hayashida's Avatar
  • Matt Hayashida
  • Moderator
  • 105 posts
  • 1 Thanks
  • Karma: 7
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers