-
AuthorPosts
-
January 16, 2014 at 5:40 am #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.
January 16, 2014 at 7:37 am #210517Hi 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,
IsmaelJanuary 16, 2014 at 7:53 am #210525Hey 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
January 16, 2014 at 8:20 am #210534the 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>
January 16, 2014 at 8:21 am #210535ok, i just push the website on preview website there : http://preview.design-voilaah.com/step/about-us/
thanks
January 16, 2014 at 9:44 am #210579Hey!
Please post the login details here. We would like to inspect it. Set it as a private reply.
Cheers!
IsmaelJanuary 16, 2014 at 10:02 am #210587This reply has been marked as private.January 18, 2014 at 11:10 pm #211754Hey!
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 -
AuthorPosts
- The topic ‘Loosing floating buttons when using my own template’ is closed to new replies.