Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1273643
    cmdev
    Participant

    I need the accordion tabs to be wider than they are by default. What is the css to set the width and height of the accordion tabs

    sample page
    http://beta.triflight.com/passenger-guide/

    #1273675
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Did you mean Tabbed Content? because I’m not able to find Accordion Tabs on your page. To increase the width of Tabbed Content tabs, add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .x-nav-tabs.left, .x-nav-tabs.right {
        width: 35% !important;
        max-width: 500px !important;
    }

    Let us know how this goes!

  • <script> jQuery(function($){ $("#no-reply-1273643 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>