Black Screen Issue: Please update your theme to ensure WordPress 5.6 compatibility. Dentalia 2.1 and Recycle 2.1 are now available on ThemeForest. 

Okay
  Public Ticket #1290460
widgets
Closed

Comments

  • DDSpectre started the conversation

    Is it somehow possible to add "vertical tabs" widget inside the "timeline event description" widget? Cause I have a lot of info and I'd like to shorten the whole page instead of putting all in the event description. Also there will be a good option to control the height of the content area of vertical tabs.(In the case if one of the tabs has less info then the others, it shrinks the page unexpectively)

  •  531
    OrionThemes replied

    Hello,

    TABS + TIMELINE: 

    This seems like a very good idea, but sadly it is not possible with the current widgets. We will think about it and maybe implement something similar in a future update.

    TABS HEIGHT: 

    The tabs height can be controlled with CSS. Add this to the Custom CSS section in Theme options:

    .tabs-left .tab-pane.active {
        min-height: 300px;
    }
    

    This is only an example. You might need to adjust the min-height.

    Kind regards,

    Timea