Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #858582

    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.

    #858714

    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

    #858779

    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.circle image diameter code So I took it out completely. Don’t know what I did wrong.

    #858980

    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

    #859109

    woohoo it worked! you can close this thread now.

    #859125

    Hi,

    You are welcome!

    Best regards,
    John Torvik

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.