2019-07-01, 02:36 PM
Go to your thankyoulike.css and find
Change it to...
And see what happens
div[id^=tyl_btn_] {
display: inline-block;
}
Change it to...
div[id^=tyl_btn_] {
display: inline;
}
And see what happens