Shopify themes, liquid, logos, and UX
Hi my multicolumn is looking a bit too big on the desktop where it just fits the whole screen. Is it possible to make it smaller and neater for desktop view?
Password: taclau
Hey @KelvinLeow
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 </body> tag.
<style>
@media (min-width: 768px) {
ul#Slider-template--19422052843839__ed23233f-a886-47db-a7c7-a3fe5696ffe6 {
width: 60%;
margin-left: 350px;
}
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi I tried your solution but it didnt change anything
Hi Moeed, your code works when I put it in Base.css. It has been working fine, but I just noticed that the tablet view is corrupted. For the current situation im happy with how the desktop view is but what I noticed is that it's not applying to the tablet/ipad.
@media (min-width: 750px) { ul#Slider-template--19422052843839__ed23233f-a886-47db-a7c7-a3fe5696ffe6 { width: 60%; margin-left: 350px; } @media (min-width: 750px) { ul#Slider-template--19422052843839__2de070ff-624c-49bb-9b2f-9e3538099960 { width: 60%; margin-left: 350px; }
Current desktop & mobile view, which im okay with:
View on Tablet/iPad:
Looking forward to your reply.
Hi @KelvinLeow ,
I understand that you want to reduce the multicolumn, but I dont know what exact sizes you want you can try this one.
ul#Slider-template--19422052843839__ed23233f-a886-47db-a7c7-a3fe5696ffe6 li {
width: auto;
height: 100%;
max-width: 100%;
max-height: 100%;
}
None of the solutions offered here helped my case. Does any body find out how to reduce the size of multicolumn???
Hi @C-O-J
Would you mind to share your store URL? Thanks!
Hello,
My store is not published yet, but here is the link https://admin.shopify.com/store/6ba227-21/themes
the access code is rewclo
Thank you,
Mahsan
This is the admin URL. The URL from the preview also work. Thanks!
Ok. Thank you for letting me know.
For this url i cant check your store. i need another url not this one. Thanks!
Ok. I wish you would have told me in your first message.
If this one also doesn't help, please guide me where I should get the URL that you can log in. I am new and all the guidance are greatly appreciated.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025