i bad css , html, can problem? on bottom of [site][1] have text , sharing icons. how can make them in 1 row? on right text. looks horrible now. thank you!
here:
this css should work:
.text-muted { display: inline-block; } div.ya-share2 { display: inline-block; float: right; margin-top: 20px; }
explain: makes both elements able coexist in same line, plus margin-top aligning it.
add css file , youre go
Comments
Post a Comment