Home Forums WoodMart support forum Information Box image padding between border

Information Box image padding between border

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #256855

    cemyag
    Participant

    Hi,

    I created a Information Box Carousel before the slider and I added an image on per Information boxes. Problem is; when I select “With Border” option on the Information Settings and adding images, there been space between border and image. I don’t want any spaces between of border and image, it should be fit on the spaces. How I can do it? Thanks.

    #256892

    Hello,

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

    body .box-icon-with-border .info-box-icon {
    padding: 0;
    }

    Best Regards

    #256958

    cemyag
    Participant

    Worked, thanks! Could you help me for another solution? I choosed slider spacing 0 in the “Information box carousel Settings” but it is not enough, I need less spacing between of boxes. Thanks.

    #257020

    Hello,

    If you want less padding you will need to increase the number of items in the row.

    Best Regards

    #257027

    cemyag
    Participant

    I won’t add too many items, now is enough. Could you suggest me some css codes?

    #257049

    Hello,

    This is the carousel and it is not possible to reduce the gap by reducing the padding: https://gyazo.com/32bf10d73b840799a9c40a4b6b1bb759

    As a way-out, you can insert the carousel in a narrow column and the gap would be reduced.

    Best Regards

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