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

    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.
    As soon as I Load the page
    When I load the page they are always aligned Vertically. And when i Resize the page (horizontally) the images aligns itself automatically.
    After Resizing

    Is there a way to keep the images aligned next to each other like on the second image?

    Cheers,
    Arthith

    #542971

    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

    #542991

    Nope this code didnt’t work it’s still reacting the same way :/

    #542993

    Hi!

    Code is currently not being applied. Do you mind creating a temporary admin login and posting it here privately?

    Cheers!
    Yigit

    #542995

    Here you go! Thank you
    Aathi

    #542999

    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

    #543013

    Okay Great! Thank you very much :D

    #543015

    Hi!

    You are welcome, glad we could help!
    Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Fix Gallery Position’ is closed to new replies.