How can I remove unwanted purple blocks from my website?

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:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


Let us know how it works for you.

Best regards,
GemPages Support Team

Hey, This does not work thanks for trying to help

Hello, this is not working still the same.