Hi, I need to add a new module to templates "rennovate", the support team envoid me this article: link
but I don't undestad in where file I must incorpored this: Next we must give the module position some styling to set the positions dimensions, location etc. To do so add the following to the Custom CSS field of your templates parameters..
#header {
position: relative;
}
#newmodule {
height:50px;
margin:0;
padding:0;
position: absolute;
right:20px;
top:10px;
width:200px;
z-index:99;