Webpage looks larger than it should

Hello. I am editing http://pushpullads.com/process/ and I can’t figure out why the webpage looks much larger on the public view than in editing view. I’ve attached the difference in views from the front end and the back end of the site. I have cleared my Cache multiple times, and no other page has this problem. The text are in Classic Raw Content elements.


Hello @dsilva512,

Thanks for asking. :slight_smile:

Looking at the website URL you have shared, I think you can adjust the padding values. I have created a screencast that you can take a look. https://cl.ly/010B002P2h2L

However, can you please share a screencast or screenshot of the Cornerstone layout?

Let us know how it goes.

Thanks.

Hi. What do you mean by Cornerstone layout? Here is a screen cast of the page layout and how it changes to a different size.
CloudApp

Hi There,

Thank you for the screencast, looks like you’re using <font> tag and you forgot to close one or couple of it, causing it to randomly wrap almost (if not all) of your text element. Please look for those <font> tag on your content and make sure they are closed </font> so it does not affect other text element.


Actually, I would advise that you do not use that tag anymore, because that is Not Supported in HTML5.

Use the font-size CSS property instead, you can put it in the element’s STYLE field.

Hope it helps,
Cheers!

Finally! I got it. Thanks! I ended up just recreating every section with new sections. Longer than I wanted, but it worked!