Logo List not in line > Mobile version - How to fix?

Hi everyone

I am having a problem with the Logo List in the mobile version

The Logo List is not in the same line

How can I fix this ???

Url : www.oscarliving.co.id

Theme : Empire 9.1

Please go to

  1. Online store
  2. Themes → Edit theme
  3. Layout
  4. theme.liquid and paste this code before

If it was helpful, then please like and accept it as a solution.

Hi @OLIV1 ,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at the bottom of the file → Save

@media(max-width:767px){
.logolist--item{
margin-top:0 !important
}
}

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Hi @OLIV1

Try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (max-width: 750px) {
.logolist--item.pxu-lia-element {
    margin: auto;
    padding: 1rem;
}
}

Hey @OLIV1

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed