Adding Link to Image Causing Flexbox Issues in Header

Building a new site with the latest version of Pro. When I link an image in the header it creates an issue where it adds a empty to the header. This causes issues where it is being treated like another item in the container and now the alignment of the items is off.

Any help would be greatly appreciated.

https://dev2.primior.com/

Hello There,

Thanks for writing in and the very detailed information. The issue should not be the case. I have investigated your site and I found out that the issue is caused by your insertion of an invalid html code in the text element. You have added the code below in one of the text element in the first bar.

<a href="mailto:[email protected]" target="_top">[email protected]

You need to properly close it and should have used this:

<a href="mailto:[email protected]" target="_top">[email protected]</a>

Please edit your header and correct your code.

Hope this helps. Kindly let us know.

Ah, missed the closing tag! Thank you!

You are most welcome!

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