Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #752709

    The new tab layout element in Enfold 4.01 looks very interesting. Is there any documentation for this new element… how to use etc?

    My specific questions:

    1. How change font and bold / no bold status of the tab headers? I would like them to be bold and a larger font.

    2. The default seems to be that the tab section takes up the whole screen, rather than adapting to content? How do you make a smaller tab section say 500 pixels wide, or one that adapts to the longest content? It does not seem like it is possible to put it in a layout element or a color section.

    Thanks!!!

    #754515

    Hey Rob!

    Sorry for the late reply :)

    We do not have any documentation about it yet however we might have one in near future :) You can simply add the element to your page and then drag & drop other elements inside it to display them inside your tabs.

    Please edit your Tab Section element and give it a unique ID (“unique-id” in example below) and add following code to Quick CSS

    #unique-id .av-tab-section-outer-container {
        max-width: 500px;
        margin: auto;
    }
    .av-inner-tab-title {
        font-weight: bold;
    }

    Cheers!
    Yigit

    #754684

    Great, thanks! :)

    #754696

    Hi!

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Enfold 4.01 New Tab Section – How define content size? How change font size?’ is closed to new replies.