Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #1079168

    Hi

    I am trying to achieve something similar to this

    500px Tab Section

    but I can only get this with a Tab Section and Masonry Gallery

    Enfold Tab

    How can I do that please? It’s working with a color section but not with the Tab Section.

    5-10 pictures should be centered and not left aligned in a Masonry Gallery. Also I want the pics to be within the max. container width and not across the screen.

    Thank you!

    #1079538

    Hey Funkys,

    Could you post a link to the page in question so that we can take a closer look please?

    Best regards,
    Rikard

    #1084842

    Hi Rikard

    Sorry for the late reply, we had a baby in the meantime. =)

    Here is the example page where I also took the screenshots: https://www.soerenfunk.com/tab-test/

    As described, it should look like in the 500px screenshot.

    Thanks, Sören

    #1085318

    Hi Sören,

    No worries, can you try adding this css code in Quick CSS, located in Enfold > General Styling:

    #top.av-framed-box .av-layout-tab-inner .container {
        margin-left: auto;
        margin-right: auto;
    }

    Best regards,
    Nikko

    #1085646

    Hi

    Thats almost perfect. But there is a big gap between the pictures and the selection. How can I close the gap?

    Close gap

    Thank you,

    Sören

    #1085655

    Never mind, I found the solution to vertical alignment.

    Thank you!

    #1085663

    I do have one more question.

    On the mobile version I see 3 of 6 options. Then I can click through to see the other options. How can I display all 6 options at the same time? – just like with the portfolio grids?

    Mobile

    Thank you!

    Sören

    #1085767

    Hi Sören,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .js_active .av-tab-section-tab-title-container {
        min-width: 100% !important;
        max-width: 100% !important;
      }
    
      .js_active .av-tab-section-tab-title-container span.av-outer-tab-title {
        padding: 0;
      }
    
      .js_active .av-tab-section-tab-title-container span.av-inner-tab-title {
        margin: 0;
      }
    }

    Best regards,
    Nikko

    #1086031

    Hi

    Looks good – all options are visible.

    But the entire thing still moves to the left on mobile so that the options on the left side get pushed out of the frame. Is there a solution for that?

    Thank you very much,

    Sören

    #1086044

    Hi Funkys,

    Please replace this code that I gave:

    .js_active .av-tab-section-tab-title-container {
      min-width: 100% !important;
      max-width: 100% !important;
    }

    with:

    .js_active .av-tab-section-tab-title-container {
      min-width: 100% !important;
      max-width: 100% !important;
      left: 0 !important;
    }

    Best regards,
    Nikko

    #1088321

    Perfect, thank you!

    #1088565

    Hi,

    Great, I’m glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1113292

    Hi

    I have another question on this topic.

    Ho can I make the Gallery inside the Tab Section full width on the page? I tried some solutions I found on the forum but none of them worked for me.

    Thanks

    #1113487

    Hi Sören,

    Please try this CSS as well:

    .av-framed-box .av-layout-tab-inner .container {
        width: 100%;
        max-width: 100%;
    }

    Best regards,
    Rikard

    #1113933

    Perfect, thank you! That is a great feature!

    #1113992

    Hi Funkys,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Tab Section with Masonry Gallery’ is closed to new replies.