Hi,
thanks for your fast answer !
Great support and great plugin !
Yeah I wondered that I didn’t find a plugin for a footer box, I assumed there must be a lot, but no there aren’t. That’s why I thought to handle this with your plugin.
by the way, I just wanted to flip the tab, 90 degrees angle, and I found this thread:
https://www.ads-software.com/support/topic/simple-side-tab-plugin-text-direction-1/
It really works, but the border radius doesn’t have any effect.
Could you please check this code:
rum_sst_tab {
border-top-right-radius: 0px !important;
border-bottom-left-radius: 0px !important;
border-bottom-right-radius: 0px !important;
border-top-left-radius: 0px !important;
}
I put all 0px but the top left and the top right border are still rounded.
Thanks !