Am try to add +1 button on wordpress sidebar, But facing align problem want to add +1 button and Text on same line. help me how do it.
use float:left for all elements which you want to move in a line. or give display: inline for elements. anyone of them should work for you. Sheetal
Where to add the code:- <div class="module_container" style="padding: 10px; background: none repeat scroll 0% 0% rgb(255, 243, 228); border: 1px solid rgb(255, 227, 191); height: 26px;"> <g:plusone href="http://www.technobuzz.net"></g:plusone><div style="line-height: 26px; font-size: 11px; font-weight: bold; color: rgb(147, 87, 10); float:left; ">Recommend Technobuzz on Google</div> </div> Code (markup):
You have already float:left for the text you need to wright same for add +1 button also. Give me full code for add +1 button and text so i can tell you where what needs to modify. Sheetal