PDA

View Full Version : Latest Articles / News


pinky
01-24-2011, 06:51 PM
So the latest articles / news plugin displays everything in a single column which expands to fill the available column width.

How to I fix it so I get maybe a grid (a bit like the image gallery) across the page :confused:

Martyn

Tobias
01-25-2011, 04:27 AM
It could only be done by special CSS styling I guess.
Each entry is enclosed in a "div" with class name "latest_articles".
By adding the following to your "skin-css" CSS entry on the "Skins" page:
.latest_articles { display: inline; float: left; max-width: 150px; }each entry should somehow "box up" next to each other, but I haven't tried it myself and above would be used by the browser on any page the plugin is.
However, I'd need to add an additional container for the plugin to output or otherwise subsequent plugin's content may run into each other.