Hi,
Thank you for the code. It adds space between image and text.
1. However, is there a way to move/offset it to the left without scaling the images down? Scaling it down is messing up the vertical alignment that has been added in code.
2. If I want to limit this code to this specific page, can I add .page-id-944 as follows?
@media (min-width: 768px) and (max-width: 991px) {
.page-id-994 .col-md-3 .image-box {
transform: scale(0.75);
}
}
Thank you