Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #210469

    Hi,

    im’ using a child theme with my own template file (based on template-builder.php)
    I got a page displaying 3 buttons align left
    when i use the default template, the 3 buttons are left floating on one nice line, and this is what i want.
    but when i use my template, the HTML generated include <br> inside the 3 buttons.

    how come can i fixed this please in my own template as this HTML code is generated by avia builder i guess in 2 different way depending on the template used .

    Thanks for your help
    Cheers, Chris

    • This topic was modified 10 years, 10 months ago by Voilaah.
    #210517

    Hi Voilaah!

    Can you please give us a link to the website? You can’t remove the <br> tags on the editor assuming you’re using a Text Block.

    Best regards,
    Ismael

    #210525

    Hey Ismael,

    thanks for your answer,
    i’m working locally for now so i cant provide you a link.

    actually i m’ using the button block

    #210534

    the code generated is :

    <div class="avia-button-wrap avia-button-left  avia-builder-el-8  el_after_av_icon_box "><a href="" class="avia-button avia-icon_select-yes avia-color-theme-color avia-size-medium avia-position-left "><span class="avia_button_icon" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">2012</span></a></div>
    <br>
    <div class="avia-button-wrap avia-button-left  avia-builder-el-9  el_after_av_button "><a href="" class="avia-button avia-icon_select-yes avia-color-theme-color avia-size-medium avia-position-left "><span class="avia_button_icon" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">2011</span></a></div>
    <br>
    <div class="avia-button-wrap avia-button-left  avia-builder-el-10  el_after_av_button  avia-builder-el-last "><a href="" class="avia-button avia-icon_select-yes avia-color-theme-color avia-size-medium avia-position-left "><span class="avia_button_icon" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">2010</span></a></div>
    <p></p>
    #210535

    ok, i just push the website on preview website there : http://preview.design-voilaah.com/step/about-us/

    thanks

    #210579

    Hey!

    Please post the login details here. We would like to inspect it. Set it as a private reply.

    Cheers!
    Ismael

    #210587
    This reply has been marked as private.
    #211754

    Hey!

    Try adding this code to the Quick CSS:

    .flex_column.av_one_fourth.avia-builder-el-6.el_after_av_one_fourth.avia-builder-el-last br{
        display: none !important;
    }

    Cheers! 
    Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Loosing floating buttons when using my own template’ is closed to new replies.