Headers on home page all messed up in Pro

I am trying to edit my headers on the home page using Pro and they are all shoved to the left side. They show live correct, but not when I’m in editing with Pro. I’m afraid to mess with them in case it messes them all up… Please help.

Login info below:

How can I fix this?

Hi There,

I’ve just created a test header and it’s working fine:

https://hope4nic.johnson-marketing.com/pro/#/headers/390/inspector

Could you please clear all the server, browser, plugins caches then check again?

Let us know how it goes!

No, this isn’t the page header, but headers for each section on the home page. The headline text on the home page…the H1 and H2s just don’t appear in the edit mode. You see what I mean when you “edit with pro” on the home page. The section headers are gone

Hi There,

Sorry for the confusion!

The custom headlines are on the left side because of this custom CSS:

.h-resp-main {
    max-width: 15em;
    margin: 0;
}

Please change it to:

.h-resp-main {
    margin: 0;
}

Hope it helps :slight_smile:

Thanks so much! That worked! Appreciate it

On behalf of my colleague, you’re welcome. Cheers! :slight_smile:

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