Gempages Homepage not displaying properly

I’m trying to publish a page for my client but gempage seems to have a weird large right margin that is greatly affecting the appearance of the page.

https://bit.ly/32k1UW7

Hi @charlirene ,

How are you?

Regarding this issue, could you try to save & republish again then try “View with current Template” to see if we can solve this issue. I would like to attach an article here: https://help.gempages.net/articles/page-actions-save-preview-publish

In the case, if it can’t help, please don’t hesitate to contact us via email: support@gempages.help or GemPages Help Center | Guides & Solutions for Page Building

Our team will be happy to support you.

Thanks!

Just clear the CSS you have written as follows in the style.css

.index {display: flex; flex-wrap: wrap;}

1 Like

Thanks for your reply but it didn’t work. For some reason there’s a left margin of -50vw important! and I don’t know how to change it.

It seems that script comes from some app related css files, In that case just apply float:left; width:100%; for the parent div of the one you mentioned . e.g

.gryffeditor {
    position: relative;
    z-index: 0;
    padding-bottom: 0;
    float: left;
    width: 100%;
}
1 Like

Thank you! That worked.

Nice to hear! Could luck!