Need help on Menu " in Tablet appearance "

Solved

Need help on Menu " in Tablet appearance "

OLIV1
Explorer
73 1 22

Hi everyone

 

I need help for the main menu to be " one line " in a tablet version

how can I adjust this ?? Thank you so much

website : www.oscarliving,co.id

Empire 11.1.3

 

Here is what it looks like on Tablet

WhatsApp Image 2025-05-24 at 11.48.48.jpeg

 

 

and this is what I want

Screenshot 2025-05-24 at 2.19.38 PM.png

OLV
Accepted Solution (1)

devcoders
Shopify Partner
1577 185 480

This is an accepted solution.

Hello @OLIV1 

1. From your Shopify Admin, navigate to Online Store > Themes > Edit Code
2. In the Assets folder, open theme.css and add your CSS code at the end

 

@media (min-width: 1024px) and (max-width: 1200px) {
.site-navigation .navmenu-link-depth-1, .site-navigation .site-header-account-link a {
font-size: 13px!important;
padding: 12px 5px;
}
}

 

devcoders_0-1748081191655.png

 

 

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

View solution in original post

Replies 5 (5)

devcoders
Shopify Partner
1577 185 480

This is an accepted solution.

Hello @OLIV1 

1. From your Shopify Admin, navigate to Online Store > Themes > Edit Code
2. In the Assets folder, open theme.css and add your CSS code at the end

 

@media (min-width: 1024px) and (max-width: 1200px) {
.site-navigation .navmenu-link-depth-1, .site-navigation .site-header-account-link a {
font-size: 13px!important;
padding: 12px 5px;
}
}

 

devcoders_0-1748081191655.png

 

 

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
OLIV1
Explorer
73 1 22

Hi devcoders

 

Thank you for responding me

I tried This code , the code did not bring any change

 

OLV
OLIV1
Explorer
73 1 22

Hi devcoders

 

But if I put in custom ss header it work. what do you think >>

OLV
devcoders
Shopify Partner
1577 185 480

Hello @OLIV1 
Thank you for getting back to me. I’m happy to hear that it worked for you. Should you need any further help, please don’t hesitate to reach out. If you found the post helpful, kindly consider giving it a like.

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
OLIV1
Explorer
73 1 22

Hi Lezky

 

My theme is Empire 11.1.3

 

OLV