Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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
    bob

    But instead, I get this:

    What 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>

    #353937

    When 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?

    #354046

    Hey!

    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.
    #354537

    Unfortunately, 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

    #355095

    Hey!

    Can you post the link to your page please?

    Cheers!
    Yigit

    #355645
    This reply has been marked as private.
    #355650
    This reply has been marked as private.
    #356013

    Hey!

    Hmm, the separator seems to be working fine. I added it back in and it’s clearing the columns fine.

    Cheers!
    Elliott

    #357154

    Correct, 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']

    #357155

    Thanks, by the way!

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Text that appears after 1/4 – 3/4 section floats weirdly, does not appear below’ is closed to new replies.