• Resolved rpete40819

    (@rpete40819)


    Hello,

    I would like to rotate the tab horizontally. Please let me know how best to accomplish.

    Thanks in advance,
    Rod

    The page I need help with: [log in to see the link]

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

    (@srumery)

    Hey @rpete40819,

    Thank you for using Simple Side Tab. To rotate the tab horizontally you can use this CSS. It might not be exactly what you are looking for but you can tweak the CSS accordingly.

    
    #rum_sst_tab {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-border-radius-topright: 0px;
        border-top-right-radius: 10px;
        -moz-border-radius-topleft: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 10px;
    }
    
    Thread Starter rpete40819

    (@rpete40819)

    Hi Srumery,

    That worked! Thank you so very much.

    Thanks again,
    Rod

    Plugin Author srumery

    (@srumery)

    Great! Happy to help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Rotate Tab Horizontally’ is closed to new replies.