News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Remove margins on index page?

Started by KrisiS, August 18, 2019, 05:13:32 PM

Previous topic - Next topic

KrisiS

Hello, how can I remove the gaps between the on/off buttons and the categories on the index page?
See attached image,

Many thanks

Diego Andrés

Themes/{theme}/css/index.css
Code (Search) Select

table.table_list
{
width: 100%;
}

Code (Replace) Select

table.table_list
{
width: 100%;
border-spacing: 0;
}

SMF Tricks - Free & Premium Responsive Themes for SMF.

KrisiS

Thank you very much, that worked perfectly :)

Much appreciated !

Advertisement: