Hi there,
Would you mind providing your admin and FTP login credentials. I don’t see that code being implemented at least on your page’s source code.
About that image, let’s do these
- Please use proper close elements, example, in your custom headlines you use
<strong>
twice instead of closing it. Example,
<strong>Smart solutions for<br />smarter business<strong>
And it should be like this
<strong>Smart solutions for<br />smarter business</strong>
This creates extra elements when the browser tries to fix the rendering.
-
Please add
mbn
to your image’s class. I don’t see anymbn
added to that area when I viewed your page’s source code. -
Please inspect your column’s where your image is, the same way you inspect the sections and rows. If you have issues inspecting the columns, then just click the section(don’t inspect, just click it), then click the column that you wish to inspect. Once you’re there, add this to your column’s
Style
inputvertical-align: bottom;
.
That should do it
Thanks.