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: