Minor tweak
-
I checked my backup for public.css (2023) and there was this line:
.aiovg-row .aiovg-row {
margin: 0;
}I added the following CSS code under „Appearance / Customize / Additional CSS” – to show a thin line between videos (just like I have for my posts on Home, Recent Posts, etc.) in Video Gallery widget.
.aiovg-row .aiovg-row {margin: 0; border-bottom: 1px solid #ddd; padding: 0 0 16px 0;}It was OK, but I haven’t checked for long time and now noticed that my custom code it no longer works.
public.css (2025) has only one line for .aiovg-row:
.aiovg-row {
display: flex;
flex-wrap: wrap;
}I tried to add the thin line with my custom code above but it doesn’t work. Can you offer me a solution?
You must be logged in to reply to this topic.