Hello
Is it possible to specify a column width in this theme?
http://inferno.3v0.net/~countysu/
About half way down the page you can see I have five columns, each with links to different blog categories. Ideally I would like these columns to be wider so there is not so much whitespace between them. Is this easy to do?
Also, I cannot find a way to centre the titles beneath the five thumbnails. I tried targetting .slide-entry-title.entry-title a in the CSS but it didn’t work.
Hi jimjiber!
Add this to a codeblock element in the page.
<style type = "text/css">
div .av_one_fifth {
margin-left: 2% !important;
width: 18% !important;
}
</style>
Regards,
Elliott