Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #241859

    Hi,

    – I’m using a tab with icons on the left and added 3 1/3 columns with team member within each column. Works perfectly, only the height is off and forms like a stair. Could you please check here:

    http://meoartis.com/anfrage/#tab-id-3

    and let me know how this can be fixed?

    – Also, the heading there is the same as in the first tab, but the position is much lower. Can I move this up somehow?

    – In the tab “Kontaktformular” (tab 2), how can I add a line break after the contact details on the right above the map?
    It should look like here: http://meoartis.com/kontakt/

    Thanks & Regards,

    Gabriel

    • This topic was modified 10 years, 8 months ago by chiummog.
    #242845

    I can confirm this issue. Was coming to see if this was reported.

    I am running on 2.6.2 and doing a 3 for 1/3 column “Team Member” module. The first column is lower than the remaining two in the grid for the first two rows. The third (last) row has the last column lower.

    Looks like my picture are 302×201 for all columns.

    The “improper” size puts the DIV at 302×312 [class=”flex_column av_one_third first avia-builder-el-2 el_after_av_hr el_before_av_one_third “] where the, what seems to be “proper” size of the other ones are at 302×282 [class=”flex_column av_one_third avia-builder-el-4 el_after_av_one_third avia-builder-el-last “].

    #243324

    Hi guys,

    this is quite important. Any idea on how to solve this?

    Thanks,

    Gabriel

    #243391

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab
    1-

    #tab-id-3-container br { display: none; }

    2-

    .tab_inner_content .av-special-heading { margin-top: 0; }

    3- See - http://www.w3schools.com/tags/tag_br.asp

    Best regards,
    Yigit

    #243413

    Hi,

    thanks, worked well!

    I’ve added the <br> tag and <br /> tag, the linebreak works, but the effect in frontend is still different:

    This is how the it looks now: http://meoartis.com/anfrage/#tab-id-2

    This is how it should look: http://meoartis.com/kontakt/

    Also, everytime I go the the tab settings and want to change the content, the <br> tag is gone and not shown!

    Regards,

    Gabriel

    #243416

    Hey!

    Can you post a screenshot and show how you add that text inside tabs element?

    Best regards,
    Yigit

    #243427

    Here it is:

    Thanks,

    Gabe

    #243700

    Hey!

    Instead of <br> tag, please place something like this after each icon shortcode:

    <div class="icon-gap"></div>
    

    Add this on Quick CSS:

    .icon-gap {
    display: block;
    clear: both:
    height: 15px;
    }

    This should create an invisible space right after the icons. I’m not sure why the <br> tag is not working, we’ll get back to you on that. For the meantime please try the suggestion above.

    Cheers!
    Ismael

    #243769
    This reply has been marked as private.
    #245038

    Hi!

    Ismaels code contains a syntax error. Please change it to:

    
    .icon-gap {
    display: block;
    clear: both;
    height: 50px;
    }
    

    Cheers!
    Peter

    #245471

    Thanks, please close post!

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘1/3 team member in tab’ is closed to new replies.