Home Forums WoodMart support forum show brands logo in the horizontal line

show brands logo in the horizontal line

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #218659

    Majid313
    Participant

    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.
    #218701

    Artem Temos
    Keymaster

    Hi,

    Could you please send us a link to your website where we can see this issue?

    Kind Regards

    #218743

    Majid313
    Participant

    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/

    #218747

    Artem Temos
    Keymaster

    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;
    }
    #218750

    Majid313
    Participant

    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

    #218754

    Artem Temos
    Keymaster

    Yes, that is why you need to put the code for mobile devices only. Use appropriate fields in Custom CSS.

    #218755

    Majid313
    Participant

    o absolutely. thank you very much. YOU ARE THE BEST 🙂

    #218760

    Artem Temos
    Keymaster

    You are welcome!

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘show brands logo in the horizontal line’ is closed to new replies.