Is there a way to reduce the diameter of the circle images (with custom css) so that the images aren’t so large on my site? You can see the link to the page that has the images in the private content.
Hey metrocitygirl,
Add the following to quick css. These are your current settings, so just adjust the width % to whatever you like.
.avia-builder-el-9.el_before_av_one_third,
.avia-builder-el-14.el_after_av_one_third,
.avia-builder-el-19.el_after_av_one_third{
margin-left: 6%;
width: 2.333333333333332%;
}
Best regards,
Jordan Shannon
So I am not sure what is going on…maybe I’m placing the css in the wrong part of my quick css? I do have a ton of code in there. I just threw it at the bottom of everything else. I kept the css you gave me as is to test it out and scale it down from there. This is what it did to the About Us page. So I took it out completely. Don’t know what I did wrong.
Hi,
Try this code in the General Styling > Quick CSS field:
.page-id-2 .avia-image-container.av-styling-circle {width: 50%!important; }
I added the page-id so it will only work on this one page, you can adjust the 50% to suit.
Best regards,
Mike
woohoo it worked! you can close this thread now.
Hi,
You are welcome!
Best regards,
John Torvik