Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #829121

    Hi,
    I’ve asked you enough questions to think that this is possible, but is there any chance you could let me know what the quick CSS would be please?

    Thank you.

    #829128

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .av-inner-masonry {
        border-radius: 5px;
    }
    

    If that does not help, please post a link to your page :)

    Best regards,
    Yigit

    #829516

    Hi Yigit,

    I did post a reply but for some reason it didn’t display.

    This question is for a site that I am visualising, but I am testing on another person’s website, so any changes I make can only be temporary.
    I have posted a link to the site that I am experimenting on.

    Your code didn’t work though. I was experimenting by viewing the code in the browser and I found that adding a radius to figure.av-inner-masonry.main_color worked, but on mouseover the corners returned to being square until the rollover complete it’s animation.

    #829550

    Hi,

    Can you try adding !important after border-radius: 5px; so it should look like:

    border-radius: 5px !important;

    Hope this helps :)

    Best regards,
    Nikko

    #829557

    Thanks Nikko, but that’s not working.

    #829612

    Hi,

    Please try using the code as following

    #top .av-masonry-entry * {
        border-radius: 5px;
    }

    Best regards,
    Yigit

    #829619

    Hi Yigit,
    I tried that and with !important and it doesn’t work.
    Sorry to be such a pain, I thought this would be an easy one!

    #829620

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    #829626

    Hi Yigit
    Thanks for the offer, but I don’t want to mess around with another clients website when it’s live.
    Maybe I should wait until I’m developing this one and post back with another request.

    This was what I was trying to achieve.
    pic

    #829629

    Hi,

    Sure. We can keep this thread open for you. It will be on hold until you reply and when you want us to look into it, you can simply reply to re-open this thread :)

    Best regards,
    Yigit

    #829630

    Great. Thanks for your continued A1 support!

    #829635

    Hi,

    Thank you for being a loyal Enfold user :)
    We will be waiting to hear from you!

    Best regards,
    Yigit

    #829683

    Watching this thread… I think rounded corners look great!

    #829979

    Hi @jonrouse,

    Never mind. I thought I had a solution.

    Regards,

    • This reply was modified 7 years, 3 months ago by Tameez.
    #1429597

    Hi there,
    I would like to know, if there is a solution for round corners to the masonry grid? I would like to set the border-radius only at the 4 corners of the whole gallery. The images shouldn’t be rounded, except the 4 at the corners: 1 top-left, 1 top right a.s.o.

    Could you give me a solution? This would be great!

    Viki

    #1429625

    Hi Viki,

    Could you post a link to where we can see the element in question please? If you have a screenshot highlighting your intentions, then that would help too.

    Best regards,
    Rikard

    #1429637

    Hi,
    For what it’s worth, what I did was made my feature images transparent png files with rounded corners.
    I had animation set to Default Animation, and Blur on Hover effect. To ensure the rollover retained the rounded corners I used the following CSS.

    #top .av-masonry-entry * {
        border-radius: 20px;
    }
    

    Hope this helps.

    #1429660

    Hi,

    Thanks for sharing @jonrouse :-)

    Best regards,
    Rikard

    #1431384

    This is the Masonry e.g. where I would like to have round corners:

    and here:

    I tried also to save the concerning images as pngs, but this doesn’t help in the responsive context, as the masonry is switching to new order. Except I would create for every breakpoint another masonry.
    rounded

    #1431389

    The CSS I left gives the below results, but I would suggest having the “Large Gap” in between images. I don’t think you can make the whole element have round corners, whilst keeping square corners on the individual entries.

    screen

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