Solved

Gempages Homepage not displaying properly

charlirene
Excursionist
32 0 9

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

 

 

 

Accepted Solution (1)
xlentthemes
Shopify Expert
20 4 6

This is an accepted solution.

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%;
}

 

Jerald

View solution in original post

Replies 6 (6)

GemPages
Shopify Partner
5588 1261 1203

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 https://help.gempages.net/?chat=intercom

O
ur team will be happy to support you.

 

Thanks!

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

xlentthemes
Shopify Expert
20 4 6

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

 

.index {display: flex; flex-wrap: wrap;}
Jerald
charlirene
Excursionist
32 0 9

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. 

 

xlentthemes
Shopify Expert
20 4 6

This is an accepted solution.

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%;
}

 

Jerald
charlirene
Excursionist
32 0 9

Thank you! That worked.

xlentthemes
Shopify Expert
20 4 6

Nice to hear! Could luck!

Jerald