Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1297647

    Hello,
    i want to put some price tables in a Tab Section, but i want to put 2 or more in each Tab and scroll down inside the Tab.
    It thats possible?

    Any Suggestions?
    Thanks!-

    • This topic was modified 3 years, 6 months ago by reinkieker.
    #1297780

    Any Suggestions?

    #1297887

    Hi reinsicht,

    You should be able to directly add a Pricing table inside the Tab Section (you add multiple or you can add a 1/1 column then add a pricing table inside it).

    Best regards,
    Nikko

    #1298516

    Hello Nikko.
    i put the tables in the Tab section and i dont see a scroll bar there.
    In the future we want to habe more products, an we need a scroll down inside the Tab.
    is that possible?

    that ist the webseite link

    Thanks!

    #1298542

    Hi reinsicht,

    Can you add a Custom CSS Class on the Tab Section (any name you’d like to use, a descriptive name should be better) then give us a link to the page? so we can try to inspect it and give you some CSS code that should help.

    Best regards,
    Nikko

    #1298761

    Hello Nikko,
    thanks for your Help , i made a support user for you:

    I have another question, previously you have help me, with the remove of the all the small arrows in the menu’s sub sections.
    But now i just want Delete only the First arrow, like this:

    Is that possible ?

    Thanks again.

    • This reply was modified 3 years, 6 months ago by reinkieker.
    #1298963

    Hi reinsicht,

    For the arrows, I have removed this code in Quick CSS:

    #top .avia_mega_div .avia-bullet {
      display: none;
    }

    and replaced it with:

    #top .avia_mega_menu_columns_first > .sub-menu > li > a > .avia-bullet {
      display: none;
    }

    As for the tab section (this will apply to all):

    #top .active_tab_content {
        max-height: 400px;
    }

    Just adjust the max height value.

    Best regards,
    Nikko

    #1299025

    Hello Nikko,
    The Arrow are perfect , Thanks so much!
    But unfortunately the Tab section to make Scroll in the Content still doesn’t work,or i don’t understand how to do it…
    could you explain me again how it works?

    Cheers!

    #1299186

    Hello,
    i have another Question about the Tab Section, how can i change the Margin in the top, because ,
    they had different height and distance in the margin-top.

    Thanks!

    #1299188
    This reply has been marked as private.
    #1299303

    Hi reinsicht,

    You can edit each tab, then go Styling (tab) > Vertical Align set this to Top, the default value is middle).
    Hope this helps.

    Best regards,
    Nikko

    #1299304

    Hi murolt,

    You can create a new topic here: https://kriesi.at/support/forum/enfold/#new-post

    Best regards,
    Nikko

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.