-
Hello all!
Similar changes in the Artificer template can be done via the Custom Styles area editing. In this certain case, you need to change the value of the flex-basis percentage for the .bx-base-pofile-unit-with-cover CSS class like shown below:
In this examples, I pasted the code like:
.bx-base-pofile-unit-with-cover {
flex: 0 0 13.25%;
}
instead of the default 33.25%.