Shopify themes, liquid, logos, and UX
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.
Solved! Go to the solution
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%;
}
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
Our team will be happy to support you.
Thanks!
Just clear the CSS you have written as follows in the style.css
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.
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%;
}
User | RANK |
---|---|
125 | |
98 | |
74 | |
72 | |
41 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022