@blackmatarsak
11 years, 7 months ago
how can i solve my problem This photo is my website: picture This image is linked to another : picture
i want to move “add friend ” ” cancel friend ” to left side How to do it please help me?
i use wordpress persian :3.5.1 buddy press : 1.7
@megainfo
hi
try this css code :
` div.friendship-button { float: left; margin-left:5px; } `
Your code does not work This photo is my website: picture this is BuddyPress Default theme This image is linked to another : picture this is Twenty ten theme i want to move add friend or cancel … to left side picture
@mercime
@blackmatarsak add the following to your child theme’s stylesheet
ul.item-list li div.action { position: absolute; left: 0; text-align: left; top: 15px; }
your code work Thank you very much