show brands logo in the horizontal line
-
Hi! i have soem products they are connecting to 3-4 different brands!
in desktop i dont have problem but in mobile it shows brands logo vertical. i need to have them horizontal beside each other!
Attachments:
You must be
logged in to view attached files.
Hi,
Could you please send us a link to your website where we can see this issue?
Kind Regards
thanks
here u can see! u can see in every products. but in this link u see better:
OBS! in desktop version doesnt have problem.(i want keep it so) but the same link in mobile version shows the brands vertical. i want them horizontal in mobile.
https://snuskompaniet.one/product/xr-xrange-catch-hallon-lakrits-slim-white/
Try to add the following code snippet to the Custom CSS area for mobile devices in Theme Settings
.single-product-page .woodmart-product-brands {
display: flex;
flex-wrap: wrap;
}
.single-product-page .woodmart-product-brands img {
max-width: 60px;
}
Oh you are great. Thank you, thats great and working but i dont want it change in desktop version.
in desktop version i dont need any changes!(cus it breaks title word)
ONLY in mobile and other devices i need this change!
can u please ad the same time give me code to show the images of brands (brand logos)bigger also?ONLY in mobile again!
thanks
Yes, that is why you need to put the code for mobile devices only. Use appropriate fields in Custom CSS.
o absolutely. thank you very much. YOU ARE THE BEST 🙂
The topic ‘show brands logo in the horizontal line’ is closed to new replies.