Hi Everyone,
Just playing around with UNA, looking at potentially deploying a new site. I have put a couple of blocks on a home page which list new people , online people and recent images. I am finding the images a little large and wanting to reduce them so I can fit more on the screen. How would I go about doing this as I can't see / find any options.
Comments
so over 200 people have looked at this post but no one has answered? So this really is just a beginners talking with beginners group. Blind leading the blind I guess
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%.