There is a reason this is being asked for.
Please keep in mind that this board is run by all volunteers, that can't be around to answer questions all the time. Therefore we ask you to respect a six-hour bumping rule before bumping your topic.
Code: Select all
dl.icon dt .list-inner {
padding-left: 45px;
}
Code: Select all
dl.icon dt .list-inner {
padding-left: 75px;
}
Code: Select all
dl.icon dt, dl.icon dd {
min-height: 35px;
}
Code: Select all
dl.icon dt, dl.icon dd {
min-height: 56px;
}
it didn't changed me anything , i tryed various px nothing changedLumpy Burgertushie wrote: ↑Fri Jan 06, 2017 7:24 pm content.css
find:replace with:Code: Select all
dl.icon dt .list-inner { padding-left: 45px; }
also, to make your icons show up full size, do this:Code: Select all
dl.icon dt .list-inner { padding-left: 75px; }
find:replace with:Code: Select all
dl.icon dt, dl.icon dd { min-height: 35px; }
give that a try and see if it works for you.Code: Select all
dl.icon dt, dl.icon dd { min-height: 56px; }
robert
after deactivated and activated my style everything worked like a charm,thank you very much for the help ! it's exacly how i wanted it , even more with the full icons , thank you again!Lumpy Burgertushie wrote: ↑Sat Jan 07, 2017 2:53 pm you either did not make the changes or you made them to the wrong file etc.
I am looking here:
http://www.metin2violin.ro/board/styles ... ontent.css
and do not see the changes.
robert