Tagged: Enfold child theme
Hi,
I have installed the AddThis plugin and used their custom settings in AddThis Share for Bottom sharing tool:<!– AddThis Button BEGIN –>
<div class=”addthis_toolbox addthis_default_style addthis_16x16_style”>
</div>
<!– AddThis Button END –>
I stripped the two JS tags as seen on this forum (thanks!) and everything works well on all pages but the author page where the icons are all separated by a <br> tag that came from nowhere :)
I looked in author.php, and loop-index.php but couldn’t find out where the <br>’s came from.
Could you please help me to fix this? Thanks a lot!
Hey!
Try adding this code to the Quick CSS:
body.author br{
display: none !important;
}
Cheers!
Josue
Perfect! Thanks a lot.
Wonderful support!!
Serge.