Jump to content

(SOLVED) put phone number in block user info


Recommended Posts

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

  • 3 years later...
×
×
  • Create New...