Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Icon reposition in spoiler Reply To: Icon reposition in spoiler

#157947
merat
Participant

Hi,

I managed to do it with this code:
.su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon {
left: 675px !important;
}

Not sure if this is correct, but it works.

BR