Design Problem

Hi there,

I designed my page to look like this

But, when looking at it on the front end it looks like this

Any idea what mistake I made?

Hello @mrstreilein,

Thanks for writing in!

I have inspected the page and I found that the issue is because you have inserted a broken HTML code.

<h3><span>Vertical Teaser Video</span></h3>
<p>Get a creative edge over your competition with a vertical teaser video. Our service includes a <span>30 to 45-second vertical teaser video of your listing and 5 vertical &amp; square pictures.</span></p>

<ul>
 	<li style="font-weight: 400;">Vertical videos have 13.8x more visibility on Facebook</li>
 	<li style="font-weight: 400;">Vertical videos show 3 times taller in your news feed than horizontal videos</li>
 	<li style="font-weight: 400;">Less than 30% of users will turn their smartphones sideways to watch a video</li>
</ul>
<table>
<tbody>
<tr>
<th>Vertical Teaser Video</th>
<th>Cost</th>
</tr>
<tr>
<td>30 - 45 Seconds</td>
<td><span>$175</span></td>
</tr>

Please remove your custom HTML code first and then make sure that it is valid and correct so that it cannot create conflict or even messed up the page.

Best Regards.

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