Paulito Posted May 3, 2014 Share Posted May 3, 2014 (edited) Good morning all Using PS 1.5.6.2 non default theme Anyone got any ideas why the "referral block" on the My Account page is misaligned: http://screencast.com/t/85exWvBzOZqX Email: [email protected] Password: demodemo I do not think I have done anything to cause it BUT!!!, the only thing I can think of is adding a little bit of code underneath the add to cart button on the product page. Anyway, your help a always is appreciated Paul Edited May 3, 2014 by Paulito (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 3, 2014 Share Posted May 3, 2014 instead of float:left; for loyalty module use float:right (i mean about <li> element) 1 Link to comment Share on other sites More sharing options...
Paulito Posted May 3, 2014 Author Share Posted May 3, 2014 Good morning again Thank you Milosz that worked perfectly. For anyone with the same problem you need to go to: public_html/Your Shop/themes/Your Theme/css/my-account.css And change left to right #my-account .myaccount_lnk_list li{float:left;width:330px;border:1px solid #cecdcd;height:40px;margin-bottom:9px;line-height:40px;margin-right:75px;background:#fff;} Result http://screencast.com/t/KjcORW9Efs Paul 1 Link to comment Share on other sites More sharing options...
Recommended Posts