-
AuthorPosts
-
November 19, 2014 at 6:46 pm #353870
Consider this code. When it renders in a browser, the “bob” text appears in between the top and bottom lines. The output I expect is this:
1/4 – 3/4
1/4 – 3/4
bobWhat am I doing wrong?
[av_one_fourth first]Nam a eleifend tellus. Quisque tristique commodo lacus sit amet tempus. Suspendisse mattis purus ut leo pharetra accumsan. Aenean ut dui a elit vehicula aliquet. Aliquam rhoncus ultricies neque, eget ornare risus gravida egestas. Etiam metus lorem, egestas sed molestie ac, placerat non turpis.[/av_one_fourth][av_three_fourth]Nam a eleifend tellus. Quisque tristique commodo lacus sit amet tempus. Suspendisse mattis purus ut leo pharetra accumsan. Aenean ut dui a elit vehicula aliquet. Aliquam rhoncus ultricies neque, eget ornare risus gravida egestas. Etiam metus lorem, egestas sed molestie ac, placerat non turpis[/av_three_fourth]
[av_one_fourth first]Nam a eleifend tellus. Quisque tristique commodo lacus sit amet tempus. Suspendisse mattis purus ut leo pharetra accumsan. Aenean ut dui a elit vehicula aliquet. Aliquam rhoncus ultricies neque, eget ornare risus gravida egestas. Etiam metus lorem, egestas sed molestie ac, placerat non turpis.[/av_one_fourth][av_three_fourth]Nam a eleifend tellus. Quisque tristique commodo lacus sit amet tempus. Suspendisse mattis purus ut leo pharetra accumsan. Aenean ut dui a elit vehicula aliquet. Aliquam rhoncus ultricies neque, eget ornare risus gravida egestas. Etiam metus lorem, egestas sed molestie ac, placerat non turpis[/av_three_fourth]
<b>bob</b>
- This topic was modified 9 years, 11 months ago by champlainconted.
November 19, 2014 at 8:22 pm #353937When I go to insert shortcodes, I see 3/4 + 1/4 in the Layout Elements menu. When I use that config it seems to work fine. Is it possible that your theme supports 3/4 + 1/4, but not 1/4 + 3/4?
November 19, 2014 at 11:56 pm #354046Hey!
Try adding a separator element after your columns. You can remove the style and padding in the separator options so it’s not visible.
Cheers!
Elliott- This reply was modified 9 years, 11 months ago by Elliott.
November 20, 2014 at 10:40 pm #354537Unfortunately, doesn’t solve the issue. I disabled border, the icon, and put 0px margin.
Here’s the code it generated:
[av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-none' custom_width='50px' custom_border_color='' custom_margin_top='0px' custom_margin_bottom='0px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello']
For now I’m using 3/4 + 1/4, but we really need 1/4 + 3/4 to work. What should I try next?
Matt
November 21, 2014 at 12:59 pm #355095November 21, 2014 at 10:44 pm #355645This reply has been marked as private.November 21, 2014 at 10:48 pm #355650This reply has been marked as private.November 22, 2014 at 8:35 pm #356013Hey!
Hmm, the separator seems to be working fine. I added it back in and it’s clearing the columns fine.
Cheers!
ElliottNovember 24, 2014 at 10:00 pm #357154Correct, your new code works. I’ll include here for future searches:
[av_hr class='invisible' height='5' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
November 24, 2014 at 10:01 pm #357155Thanks, by the way!
-
AuthorPosts
- The topic ‘Text that appears after 1/4 – 3/4 section floats weirdly, does not appear below’ is closed to new replies.