• Resolved swb1

    (@swb1)


    Is it possible (via parameter or CSS or anything) to have an su_spoiler icon on the right side instead of the left? Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Vova

    (@gn_themes)

    Hi @swb1,

    you can do that using CSS code, but it may not work properly with all spoiler styles or even stop working in the future. That’s the code for Default spoiler style, add it to the Custom CSS code field at the plugin settings screen:

    .su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon {
    	left: auto;
    	right: 0;
    }
    .su-spoiler-style-default > .su-spoiler-title {
    	padding-right: 27px;
    	padding-left: 0;
    }
    .su-spoiler-style-default > .su-spoiler-content {
    	padding-left: 0;
    }

    Alternatively, you can use one of the premium spoiler skins. Preview, Details & Pricing.

    Thread Starter swb1

    (@swb1)

    Thank you. I would gladly buy the additional skins but I’m doing this for a non-profit with no money so I’m trying to do everything with labor, not cash.

    Plugin Author Vova

    (@gn_themes)

    I do offer a non-profit discount (50%). Please contact me through this form if you’re interested.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘su_spoiler icon in the right?’ is closed to new replies.