• Resolved alex008

    (@alex008)


    Hi there,
    is it possible to modifiy the tab with some css or anything to display it not at side but in the footer?

    Thanks!

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

    (@srumery)

    I am sure you can flip it with CSS and get it down on the bottom. I believe that was solved in a previous thread some time ago. I do not have the code handy but with some CSS positioning techniques, I am sure you can get it there.

    Another thought would be to look for another plugin that is more specific for what you are looking for. That approach might be quicker.

    Good luck!

    Thread Starter alex008

    (@alex008)

    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 !

    Plugin Author srumery

    (@srumery)

    Thank you for the kind words. I will be taking some code from the support threads and putting it in the FAQ. There are enough of these snippets that it would be helpful to put them all in one place.

    To solve the border problem…

    Looks like there is an error in the code I posted. Add a “.” before the class rum_sst_tab. So, it should look like this.

    .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;
    }

    Give that a shot and let me know how it goes.

    Thread Starter alex008

    (@alex008)

    Hi Scot,
    thanks, it doesn’t work so far, but I will try to see if it’s something because of the theme (oceanwp).
    If I will still need help, I will come back.
    So thanks for helping and have a great day !

    Plugin Author srumery

    (@srumery)

    Hey @alex008,

    If you share your website address, I will take a look and see what is going on.

    Cheers!

    Thread Starter alex008

    (@alex008)

    Hi Scot,
    thanks a lot but I think it’s not necessary anymore. I will try to solve it with a elementor button.
    Thanks again for your help!
    You offer a free plugin AND a perfect support ! WOW !
    You’re really great !

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Tab as footer box’ is closed to new replies.