Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1039752

    Hi, I would like to know the CSS code to turn the Masonry into a circle. It’s pretty urgent.

    Good night

    #1039878

    Hey gabs01,

    Please try the following in Quick CSS under Enfold->General Styling:

    .av-inner-masonry {
        border-radius: 100%;
    }

    If you need things quickly then maybe you could try to learn basic CSS and do it yourself? w3schools.com. It’s handy knowledge to have if you make websites for a living.

    Best regards,
    Rikard

    #1039895

    Hello, thank you very much it works but it also changes the Gallerie Masonry down. What is the code please to modify only the Masonry in top heading “Nos principaux influenceurs”.

    #1039944

    Hi,

    Try this instead:

    .page-id-15 #influenceurs .av-inner-masonry {
        border-radius: 100%;
    }

    Best regards,
    Rikard

    #1039963

    It’s perfect thank you, one last thing please. Is it possible to display the title of the image under the image not in the circle ?

    #1040103

    Hi,

    I’m not sure, you could try this:

    .page-id-15 #influenceurs .av-fixed-size .av-masonry-entry .av-inner-masonry-content {
        bottom: -100px;
    }

    If it doesn’t work then I think it will be difficult unfortunately.

    Best regards,
    Rikard

    #1040266

    Ok thank you it does not work but it’s okay I’ll put “display over mouse over”
    Thank you we can close the subject.
    Have a good day

    #1040546

    Hi,

    Thanks for the update. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Turn Masonry into a circle’ is closed to new replies.