Hello
I use tabs to show galery on this page:
on tabs i use images instead of icons the images size is 48pxX48px
on the page the images is big like 90px and i need to decrease them to 48px for fine look. also decrease the tabs line to normal view because it little big now.
can you send me a code or another way to do it
thanks
Hey wbitsolutions,
Please try the following css:
.av-tab-section-image {
width: 48px;
margin: 0 auto;
}
Best regards,
Victoria