Home Forums Free Themes Travel Eye How to focus the "travel eye team" widget ?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #74439
    modele3
    Participant

    Hello,
    I use the “travel eye team widget” which is perfect for presenting a team. except that I only have 3 people to present, so only three images and not four as in your demonstration.

    In this case, the widget is shifted to the left and not centered in the page which is very unsightly. I tried to play on the margins in the layout of the widget to center it without success because the margins interfere on the size of the photos that are initially set to: medium.
    Is it possible to set this in the additional CSS or in the attributes of the widget?

    Thank you for your help!

    Best regards,
    Serge

    #74447
    wensolutions
    Keymaster

    Hello @modele3,

    To resolve your issue please use below given CSS.

    .wt-members-list {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    Hope this helps.

    Regards!!

    #74466
    modele3
    Participant

    Yes, it is very useful to me,
    thank you for your skills!

    #74473
    wensolutions
    Keymaster

    Hello @modele3,

    Glad to help you.

    If you have any issues further then please let us know.

    Thank you.

    Regards!!

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