Home › Forums › WoodMart support forum › show brands logo in the horizontal line › Reply To: show brands logo in the horizontal line
August 15, 2020 at 4:32 pm
#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