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
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
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.
@media only screen and (max-width: 750px) {
.logolist--item.pxu-lia-element {
margin: auto;
padding: 1rem;
}
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hey @OLIV1
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
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