Hello,
In the file /media/templates/site/writer/css/custom.css you have this:
Code:
.logorow {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
overflow: hidden;
}
It should be this:
Code:
.logorow {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
}
p.s. If you want to keep getting support from us, please renew your membership account.
Regards,
Milos