Hello. On my mobile store the logo list is aligned vertically whereas my desktop is aligned horizontally. I want to change the mobile one horizontally like the desktop please. Thankyou.
Solved! Go to the solution
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
Please add the following code at the bottom of your assets/theme.css file.
@media only screen and (max-width: 749px){
#shopify-section-1613602786b17f7157 .logo-bar__item {max-width: 90px !important; margin: 0 5.5px 35px !important;}
}
Hope this helps.
Thanks!
Great it worked thank-you. Also I have got an issue with my mobile website as well, I made a seperate post about it and am yet to get a response. Basically there is no response when clicking from anything beneath the image slideshow, I'm not sure why it is doing this but I need it fixed ASAP. If you could help me that'd be great please. Thank-you.
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.css file.
@media only screen and (max-width: 749px){
.page-container {
transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
position: unset !important;
overflow: unset !important;
}
}
Hope this helps.
Thanks!
User | Count |
---|---|
395 | |
202 | |
146 | |
42 | |
40 |