Hi!
Someone know why my pages are croped at the top ?
https://lacouettefrancaise.fr/account/login for exemple…
Thanks!
Simon.
A user’s website pages are displaying with the top portion cut off, affecting areas like the account/login page and breadcrumbs.
Proposed Solutions:
Multiple community members suggested adding CSS code to fix the cropping issue:
.user-account classCurrent Status:
The original poster tried the first suggested solution but reported it didn’t work. Several alternative CSS snippets with slightly different margin values and implementation methods were subsequently offered, but no confirmation of a successful resolution has been provided yet.
Technical Details:
The fixes involve editing theme CSS files through the Shopify admin (Online Store > Themes > Edit code > Assets folder).
Hi!
Someone know why my pages are croped at the top ?
https://lacouettefrancaise.fr/account/login for exemple…
Thanks!
Simon.
Hi @slourdel
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the css file:
.user-account {margin-top: 150px !important; margin-bottom: 30px !important;} .breadcrumbs {clear: both; position: relative; top: 9em; margin: 0 3.5em;} @media only screen and (max-width: 767px) { .user-account {margin-top: 15px !important;} .breadcrumbs {top: 0em; margin: 0 2.3em;} }Regards,
San
Hi!
Thank you so much for your halp, but that doesnt work…
Best
@slourdel Add below css to resolve your crop problem :
.user-account {
margin-top: 149px;
margin-bottom: 56px;
}
Hi @slourdel ,
Sorry for experiencing this problem. But the question make me confuse the breadcrumbs on the top pages (Someone know why my pages are croped at the top ? ) or the breadcrumbs on the user account which is crop?
This is the solution for the user account.
.user-account {
margin-bottom: 50px;
margin-top: 50px;
}
Result:
you can also change the margin size, the sizes you like.
Hi @slourdel
This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->dt-framework.css
.user-account {
margin-top: 150px !important;
margin-bottom: 50px !important;
}
Hope you find my answer helpful!
Best regards,
Victor | PageFly