Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1223611

    Hi,
    is it possible to use the tab section not as a full width element and inside of a container?
    On this page you can see the tab section and a tab content element: see private content
    The problem is that we cannot use content elements in the tab element like in the tab section and its very laborious to change content like a table when its inserted as a shortcode.

    Is there any solution for this to use a tab section not as full width element or to edit shortcodes inside a tab content element?

    Thanks in advance,
    Sebastian

    #1224127

    Hey emilconsor,

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1224501

    Hi Victoria,
    check out this link: https://imgur.com/a/hAzLXjs
    You can see this layout also by clicking the link from my last mail.
    We want to have a tabbed layout in which we can use content elements like a table, images… unfortunately its not possible so far to use a tab section in a container… this would solve all our problems.
    When we use the tab element we can inset tables but this cant be edited after.
    Hope this gets clearer now.
    Thank so far,
    Sebastian

    #1225183

    Hi Sebastian,

    Well, you can try this css, but it’s a complex layout and this might not give you the desired result:

    
    #av-tab-section-1,
    .av-tab-section-outer-container,
    #top .av-layout-tab {
      width: 80vw;
    }
    

    Best regards,
    Victoria

    #1225190

    Hi Victoria,

    Unfortunately, that doesn’t work.

    The Tab Content Containers are larger than the wrapper and inside content elements get cut off.

    View post on imgur.com

    We’ve tryed to fix this with custom css but it seems not to work.

    Any other solutions?
    Thanks so far!

    Best Regards,
    Sebastian

    #1226052

    Hi Sebastian,

    I am not aware of such an option. Tab sections are built as a full-width element and so it’s not changed so easily.

    Best regards,
    Victoria

    #1226053

    Hi Sebastian,

    I am not aware of such an option. Tab sections are built as a full-width element and so it’s not changed so easily.

    Best regards,
    Victoria

    #1305413

    This CSS worked for me ! Do change the page-id number:

    .page-id-123 .av-tab-section-outer-container {
    background: #ffffff;
    margin-left: 10%;
    margin-right: 10%;
    }

    .page-id-123 .av-layout-tab-inner {
    margin-right: 20% !important;
    margin-left: 0% !important;
    }

    #1305552

    Hi namgyal,

    Thanks for sharing, it’s much appreciated :-)

    Best regards,
    Rikard

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