Problem with Icon List on Mobile version

Problem with Icon List on Mobile version

OLIV1
Explorer
75 1 23

Hi everyone

 

I need a help regarding my Icon List showing on the mobile version is not the same like in Desktop or tablet version

what I want is the Icon List is " One Line " like in desktop version with a minimal border in between " header & Banner "

 

Website : www.oscarliving.co.id

Theme : Empire 11.1.3

 

Here is what I want

Screenshot 2025-05-21 at 4.03.29 PM.png

 

 

and here is The Preview in mobile version

 

Screenshot 2025-05-21 at 3.59.51 PM.png

 

anyone can help me please

OLV
Replies 6 (6)

ProtoMan44
Shopify Partner
753 60 114

@OLIV1 hey, thanks for posting here.
 Please remove this margin top of the next section of it :

ProtoMan44_0-1747818941711.png

just put this CSS in sections custom CSS:

@media and (max-width: 800px){
 {
    margin-top: 0 !important;
 }
}

 Don't forget to mark my comment as solved if it helps to solve your issue.

- A thirsty developer passionate about supporting the community. If you'd like to, you can  

Buy me a Coffee.


- Your Shopify Solution Specialist Get a Quote at

ProtoMan44

 - 

Chat On Whatsapp


Crafting exceptional e-commerce experiences to elevate your online presence. Let's build your success story together!
OLIV1
Explorer
75 1 23

Hi Protoman how can I found that ??

OLV

TheScriptFlow_
Shopify Partner
848 63 106

Please paste the following code in the end of theme.css file.

@media screen and (max-width: 767px) {
    .shopify-section:first-child .home-section--content:first-child {
       margin-bottom: 3rem;
    }
.home-section--content.logolist--inner {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
}
}

results:

TheScriptFlow_0-1747819141014.png

 

- Need a Shopify Specialist? Chat on WhatsApp +923036471248 Or Email at info@thescriptflow.com

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button!

OLIV1
Explorer
75 1 23

Hi Scriptflow

I tried to copy and Paste of that in the Theme css but it doesnt work

 

however, I tried to put it on Custom css Code and its work...... BUT. the margin on the top is too Big

How can we adjust that ??Screenshot 2025-05-21 at 6.36.16 PM.png

 

Thank you so much

OLV

Rohail_Ali_12
Shopify Partner
98 13 14

Hi @OLIV1,

I hope you're doing well. I’ve reviewed the website you shared. There are two ways we can align the icons in a single row across all devices (desktop, tablet, and mobile) by adding some custom code to the theme.

We can either:

  1. Enable horizontal scrolling on tablet and mobile devices, or

  2. Convert the icons into a slider.

Could you please check if your theme's section settings include an option to enable a slider on mobile devices?

Best regards,

If helpful then please Like and Accept Solution.
Feel free to contact me for your Website Tasks: info@rsdigitals.com
Explore Premium Themes with Editable Creatives: https://www.rsdigitals.com/
OLIV1
Explorer
75 1 23

I dont think we have those 2

OLV