Hello! Do you have any idea how could I decrease this space between my header and trustpilot?
Hello @Stockout ,
Please share your website URL.
Hey @Stockout .
Thanks for reaching out.
I appreciate the screenshot that you have included as that is very helpful! Could you let us know which theme you are using and provide your online store URL? As this will allow us to take a further look to see what may be possible.
If you are unsure about which theme is live on your online store, you can navigate to the Theme Editor and select the three dots that are appearing towards the top left of the page. I took a screenshot from my test store to show you the section I am referring to:
Looking forward to your response.
hi @Stockout ,
Can you share your store url? then i can review it
Please share your website URL. I will also provide the right solution for you
Hey! Its pagefly
Hello @Stockout
I would like to give you some recommendations to support you:
-
Go to Online Store->Theme->Edit code
-
Open your theme.liquid theme file
-
Paste below code before :
Result:
Hope my recommendation can works and support for you!
Kind & Best regards!
GemPages
another way you can use
You can try follow this path:
Themes => edit code => asset => theme.scss.liquid
and add this code to bottom of the file theme.scss.liquid
@media(min-width: 769px){
.toolbar.small--hide .page-width{
display: grid;
grid-template-columns: 1fr auto;
align-items: center;
}
}
This is PageFly - Free Landing Page Builder.
You can add this code at the end of your theme css file
.toolbar.small--hide .page-width{
display: grid;
grid-template-columns: 1fr auto;
align-items: center;
}
.site-header {
padding: 0 ;
}
Hope this can help you solve the issue
Best regards,
PageFly


