Fit 180x180 photo in boostrap card?

is it possible to fit lower than the usual boostrap card? my card looks pretty out of place with 180x180

Hi,

You will need to show a working demo of the problem and explain what you want to happen exactly.

I’m not quite sure what your question is?

Do you want to make smaller blocks or is the image supposed to be bigger or centred?

If the live site is not available then set up a working codepen or similar with the relevant code in place.

In the end bootstrap is just html and css and you can do what you like with css as long as you know what you are doing.

im sorry i have solved this never mind thanks for helping anyway

So how did you solve it - the next person with the same problem will find this thread so it will be useful if they also find a solution.

2 Likes

i didn’t exactly fix it.but i find it to look better if i center the image by creating a css which centers image. img.center{display:block; margin: 0 auto;}

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.