Footer not showing on 1 page. My logo moves 200p to the right when I turn it into a link. XPRO

Hi support, I appreciate any time someone can give me for two issues in X-Pro

My footer that is set to global has gone from the contact page all of the sudden, I don’t understand why.

Also in my header, when I select my image to become a link, it suddenly moves 200px+ to the right of the menu.

Here are my login details

Hi @mickster58,

The added content in your header are malformed, example,

`

Get in touch: +971 4 880 8006

`

It should have a closing </a> like this

<p>Get in touch: <a href="tel+97148808006" style="text-decoration: underline; color:rgb(33, 102, 177);">+971 4 880 8006</a></p>

And there are multiple of it, this breaks the flex layout pushes the other content (broken layout became invisible elements on the left of the logo).

As for the footer, you have this CSS that hides it, please remove it

.page-id-114 .e40-1.x-bar.x-bar-footer.x-bar-h.x-bar-relative.x-bar-outer-spacers {
    display: none;
}

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.