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

show brands logo in the horizontal line

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #218776

    Majid313
    Participant

    Hi! i got this code for having brand logos horizontal,and its working perfect.
    but i need little space btw them, and i need to show them (brands-logo) little bigger also!
    -link: https://snuskompaniet.one/product/xr-xrange-catch-hallon-lakrits-slim-white/

    code:

    .single-product-page .woodmart-product-brands {
    display: flex;
    flex-wrap: wrap;
    }
    .single-product-page .woodmart-product-brands img {
    max-width: 60px;
    }

    Attachments:
    You must be logged in to view attached files.
    #218882

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    @media (max-width: 767px) and (min-width: 577px){
    .single-product-page .woodmart-product-brands img {
        max-width: 100px; 
    	  display:inline-block;
    	  margin-left:30px;
    }
    }

    Best Regards

    #218888

    Majid313
    Participant

    Thanks but it had no effect! didn’t happen anything.

    #218896

    Hello,

    Please provide the site admin access to the private area.

    Best Regards

    #218902

    Majid313
    Participant

    sure here you go. thanks

    but pls take a look at the result in this product: (ONLY MOBILE)

    https://snuskompaniet.one/product/xr-xrange-catch-hallon-lakrits-slim-white/

    regards

    #218947

    Hello,

    Now it has been fixed. https://prnt.sc/u01z6t

    Best Regards

    #218956

    Majid313
    Participant

    Thanks it looks fine in mobile landscape, but its strange cus i dont see effect in mobile yet. i removed casch and tried in different mobiles :/.

    #218957

    Majid313
    Participant

    OBS! new problem in landscape is: space btw them in horizontal is fine but some times it shows in 2 lines and vertical is still steack to eachother. i mean i need the same space vertickaly also

    Attachments:
    You must be logged in to view attached files.
    #218972

    Hello,

    Remove the code to the Theme Setigns > Custom CSS > Desktop.

    Then copy the code and insert into the Theme Setigns > Custom CSS > Mobile, and reduce or remove the value in this line: margin-left:30px;

    Best Regards

    #218980

    Majid313
    Participant

    ooo PERFECT,
    it needed margin-top also, i added it.

    `.single-product-page .woodmart-product-brands {
    display: flex;
    flex-wrap: wrap;
    }
    .single-product-page .woodmart-product-brands img {
    max-width: 66px;

    margin-left:2px;
    margin-top:2px;

    }

    thank u it worked fine. can i just have it after title? sorry i took ur time:)
    if just i have it after title i think will be finish.
    if u take asee attachment u get i mean. thanks

    REGARDS

    Attachments:
    You must be logged in to view attached files.
    #218996

    Hello,

    HTML structure does not allow solving it by custom CSS. Such modification requires complicated Woocommerce code customization which is not covered by our support.

    Best Regards

    #219010

    Majid313
    Participant

    Ok
    Anyway thank you very much.
    Have a nice time

    #219047

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

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