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

    Hello,

    I have created a page with tab section – (link 1 in privates) and I need to have one part of the section (the map) on full width, is it possible?
    So it looks like this page – (link 2 in privates) but all the content will be in Tabs section

    Love the theme so far, hope you can help me fix this.

    Thank you

    Best regards
    Pavel

    #1294710

    Hi Pavel,

    Please try the following in Quick CSS under Enfold->General Styling:

    #plugins #av-tab-section-1-1 .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
    }

    Best regards,
    Rikard

    #1294727

    Thank you for your answer. That code works but it makes all parts of the tab full width, which is not ideal. Is there a way to insert another section (like grid section, or color section) inside tabs section? So I can work better with content inside the tabs section?

    Thank you for your help
    Pavel

    #1295118

    Hi Pavel,

    That is not possible unfortunately, since it’s the container element which needs to be 100% wide. Placing full width elements inside of a container which is not full width, won’t make any difference.

    Best regards,
    Rikard

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