-
AuthorPosts
-
March 23, 2014 at 9:38 pm #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.
March 25, 2014 at 5:06 pm #242845I 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 “].
March 26, 2014 at 1:37 pm #243324Hi guys,
this is quite important. Any idea on how to solve this?
Thanks,
Gabriel
March 26, 2014 at 3:50 pm #243391Hi!
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,
YigitMarch 26, 2014 at 4:29 pm #243413Hi,
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
March 26, 2014 at 4:35 pm #243416Hey!
Can you post a screenshot and show how you add that text inside tabs element?
Best regards,
YigitMarch 26, 2014 at 4:48 pm #243427Here it is:
Thanks,
Gabe
March 27, 2014 at 8:38 am #243700Hey!
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!
IsmaelMarch 27, 2014 at 11:46 am #243769This reply has been marked as private.March 30, 2014 at 10:43 am #245038Hi!
Ismaels code contains a syntax error. Please change it to:
.icon-gap { display: block; clear: both; height: 50px; }
Cheers!
PeterMarch 31, 2014 at 3:19 pm #245471Thanks, please close post!
-
AuthorPosts
- The topic ‘1/3 team member in tab’ is closed to new replies.