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

    (@srumery)

    Hello @pasztu,

    Try rotating the button in another direction like this:

    .rum_sst_right {
    right: 0px !important;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    }

    Then you may want to change the border radius like this:
    rum_sst_tab {
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 10px !important;
    }

    I hope that helps.

    Thread Starter pasztu

    (@pasztu)

    Hi,

    GREAT! Exactly what I wanted! You made my day!

    No deg instead of more deg:) I will bear in mind!

    Thanks!

    Plugin Author srumery

    (@srumery)

    Awesome. Glad that worked for you.

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Simple Side Tab plugin – text direction’ is closed to new replies.