aitor21 Posted May 19, 2013 Share Posted May 19, 2013 (edited) Hi! how I can put the phone number of my store within that module to make it look in the upper left? Thanks in advance! Edited May 19, 2013 by aitor21 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 19, 2013 Share Posted May 19, 2013 hey block user info is placed by default on the top right. in my opinion it's better to edit the header.tpl file go to the /theme/_YOUR_THEME_/header.tpl and add your phone number there you can create div block with your phone number: <div id="myphone">+00 123456789</div> then in global.css create this: #myphone{ display:block; position:absolute; left:0px; top:50px; } you can easily change the position by using other values for left & top param Link to comment Share on other sites More sharing options...
aitor21 Posted May 19, 2013 Author Share Posted May 19, 2013 Vekia thank you very much! back again to help me. Do not know what I'd do without you Link to comment Share on other sites More sharing options...
vekia Posted May 19, 2013 Share Posted May 19, 2013 you're welcome if you've got any other questions related to this case - feel free to continue discussion here regards Link to comment Share on other sites More sharing options...
morteza.haircut Posted September 4, 2016 Share Posted September 4, 2016 hi vekia , thanks for your guide i,m trying to display a block in mobile view for my phone number i edited header.tpl and global.css as you mentioned, but it's not working could you please help me Link to comment Share on other sites More sharing options...
Recommended Posts