Customizing SMF > Graphics and Templates

Forum Height Change

(1/2) > >>

amcb10:
Hi all

Can someone tell me how I change the forum height of each board, currently it is quite large which makes the overall forum height quite tedious to scroll through all the sections.

By height I mean the individual sections on the main page that house each board title.

The theme I am using is This One

Thanks

Orangine:
if you could provide url to the forum I will give you a hand

amcb10:
www.luna-sanguinem.co.uk

Orangine:
Find in your index.css (around line 1626):

--- Code: ---table.table_list tbody.content td.icon {
    padding-top: 16px;
    text-align: center;
    width: 6%;
}
--- End code ---

Replace to:

--- Code: ---table.table_list tbody.content td.icon {
    padding-top: 0;
    padding-bottom:0;
    text-align: center;
    width: 6%;
}
--- End code ---

you can play with padding-top and padding-bottom to get the best result :)

amcb10:
Thank you, that worked a treat.

Navigation

[0] Message Index

[#] Next page

Go to full version