2mn
March 4, 2023, 11:54pm
1
Hello, there has been these purple blocks showing up on many of the content on my site, for example here where it is only showing on one side, making it not possible for me to center everything. Is anyone able to help?
( store link - https://0b2369-3.myshopify.com/ )
Thanks
Hi @2mn
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
@media screen and (max-width: 767px){
.list-menu__item {
justify-content: center !important;
}
}
Hope that my solution works for you.
Best regards,
Victor | PageFly
Hello @2mn ,
It’s GemPages support team and glad to support you today.
I would like to give you a recommendation to support you so kindly follow steps below:
Go to Online Store > Theme > Edit code of your current theme
Open your theme.liquid theme file
Paste the below code before
Let us know how it works for you.
Best regards,
GemPages Support Team
2mn
March 5, 2023, 3:31am
4
Hey, This does not work thanks for trying to help
2mn
March 5, 2023, 3:31am
5
Hello, this is not working still the same.