Hello, I have added custom social media buttons to our website: iheartf1.co.uk... Although we would like to align them to the right. We have tried the div align=right...widget...div coding but it doesn't seem to work Any ideas or anyone can see where we are going wrong... Thanks
We have moved it using float: right; div style but the last button is going onto another line... Help!!
According to my browser (Chrome), it's showing them aligned to the right. However, I'd say stick something like <div style='float: right; width:170px;'> Code (markup): as one of the options are hanging below the other four.
Thanks for your help, I managed to find what you sent me through AddThis and I managed to come to this code... Thanks for your help wouldn't have got there without it... <div style='float:right; width:50%;'> <div class='addthis_toolbox addthis_default_style addthis_32x32_style '>[CODE] Code (markup):
Replace this : <div style='float:right; width:50%;'> With : <div style='float:right; width:200px;'> Goodluck