ivan.milic wrote: This is affecting your layout:
in template_css.css
ul.actions li {
margin: 0 !important;
padding: 0 !important;
list-style: none;
float: right;
position: relative;
top: -42px;
width: 25px;
}
if you need to keep this for some other reason you can override that by punting this at bottom of template_css.css
.print-icon{
top:+0px;
}
.email-icon{
top:+0px;
}
That is not a good solution. I look for myself another Template search where also
correctly functioned.
Thanks for the assistance