Sidebar on homepage only

There is a sidebar on the homepage only and I can’t figure out how to get rid of it. site is dawnsnatureshack.com

I have no sidebars at all. The site is set to full-width. Not sure where this is set.

Thanks in advance.

Hi @hostpec,

Thanks for reaching out.

It’s your site’s footer and the structure of your page layout is affected due to malformed HTML content. It looks like it’s due to the content you have added to your topbar.

Please change your HTML attributes from \" \" to " ", example

href=\"#holder\"

to this

href="#holder"

Please try that first.

Thanks!

Thanks for the response. I tried what you said and it didn’t fix the issue. I also tried removing all code and then disabling the top bar entirely. None of these moved the footer back to its correct location.

Hi There,

Upon checking your home page, I could see that there are some the raw content elements.

There are might be some unclosed HTML tags(</div>, </span>, </p>) inside the raw content elements.

You can use this online tool to correct the HTML code:

http://www.freeformatter.com/html-formatter.html#ad-output

If it doesn’t help, please provide us with your admin account so we can take a closer look.

Thank you.

That was it!! There was a unclosed tag in the mailchimp form. Thank you very much.

Glad we could help.

Cheers!

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