Hi @twincam,
Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box.
In your theme’s Custom CSS, you have the following, I don’t know why have you put it there, please remove it.
#branding .sidebar-header-right .widget_text"> <div class="textwidget"><a href=http://www.nexusnet.uy target=_top><img
src=/wp-content/uploads/2016/03/contacts2.png border=0></a></div>
And for aligning the logo image vertically center, add the following CSS:
@media screen and (min-width: 941px) {
#site-logo img {
margin-top: 30px;
}
}
Let me know if this fixes your issue.
Regards,
Mahesh