Hi, may be my question has been asked before, but I did not find it…
On my start page I have four 1/4 Colums and in three of them I have one image above one textbox. I would like to have images (in circle styling) smaller than they do come no matter how the original size is (I guess they use the full with of the column).
How to manage that?
Thanks
Klaus
Hi Bklaus_sk!
Try adding this to your custom CSS.
.av_one_fourth img {
max-width: 50% !important;
}
If that’s not correct then send us a link to your page and take a screenshot highlighting exactly what your trying to do.
Regards,
Elliott
Hi,
ok, now the circle images in colums 2, 3 and 4 are smaller.
But the slider in column 1 as well :-(.
I wanted only the circle images to be smaller.
Any solution?
Thank you
Klaus
Hey!
Send us a link so we can get a better idea of what’s going on.
Cheers!
Elliott
Hi!
Try this.
.av-styling-circle .avia_image {
max-width: 70% !important;
}
Cheers!
Elliott
Yes, that code did the job, thank you!
Now my last problem is to shrink the logo width to the width of the first column (a one fourth column). There are so many threads about logo size.. Which one will lead me best?
Oops, one more question: is there a complete list of css parameters including description (like “image in circles within columns”) so that I could try to fix such problems myself?
Thanks
Klaus
Hey!
You can change the logo width with this CSS.
.logo img { max-width: 120px !important; }
We do not have any list of CSS classes / IDs but you can look in the stylesheets for whatever you need or use Firebug, https://getfirebug.com/.
Regards,
Elliott