• Resolved Jack

    (@moxie)


    This does not seem to be possible, or am I not looking in the right place? I thought every Elementor widget, native or third party, would have all the basis styling options.

    That said, I can also not align the text in the tabs to left, it seems to be fixed to centered.

    • This topic was modified 6 years, 10 months ago by Jack.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Rafin

    (@rafinkhan)

    @moxie,

    Well, you can easily add Box Shadow in EA Advanced Tabs from Style -> Content. Check out this screenshot: https://prnt.sc/olza8q

    You can try adding this following Custom CSS to align tab title:

    .eael-tab-title
    {
    display: block;
    width: 100%;
    text-align: left;
    }

    This should work out. Thank you.

    • This reply was modified 6 years, 10 months ago by Rafin.
    Thread Starter Jack

    (@moxie)

    Hi. I found the box shadow for the content and added the box shadow for the tabs using custom css. Thanks!

    Plugin Author Rafin

    (@rafinkhan)

    @moxie,

    Cheers, mate 😀

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Adding box shadow to tabs and/or tabs content?’ is closed to new replies.