Hello,
I’m trying to fix the following issue on my website:
I’m using the myEventON plugin and inside it i’m using the Fancy Gallery Plugin to show some images from the concert.
When I load the page they are always aligned Vertically. And when i Resize the page (horizontally) the images aligns itself automatically.
Is there a way to keep the images aligned next to each other like on the second image?
Cheers,
Arthith
Hi Arthith!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.fg-listItem:nth-child(4n) {
margin-right: 0!important;
}
.fg-listItem {
clear: none!important;
margin-right: 56px!important;
}
Cheers!
Yigit
Nope this code didnt’t work it’s still reacting the same way :/
Hi!
Code is currently not being applied. Do you mind creating a temporary admin login and posting it here privately?
Cheers!
Yigit
Here you go! Thank you
Aathi
Hey!
You had several errors in your custom CSS code. I fixed them. Please flush browser cache and refresh your page a few times and review your website
Best regards,
Yigit
Okay Great! Thank you very much :D