• banderolle

    (@banderolle)


    Hello,

    I’ve searched the forums already and couldn’t find a solution.

    I have two issues:

    *the layout on this page broke and everything was showing misaligned, see screenshot.:

    I have reverted to an earlier version of the page as a temporary fix but “join our team” modules remain misaligned.

    I think it could be related to the second issue:

    *the “Join our team” is much bigger than it used to and misaligned, and I don’t know where to update this, I can’t find this module anywhere on the dashboard. I want to remove the two first modules and only keep “Join our team” at the very bottom of the page after all the photos of team members.

    FYI I didn’t create the website but making regular updates to it now. Website is updated and so are all plugins. I’ve cleared cache and cookies.

    Any idea how to solve both issues please?

    Thanks a lot!

    • This topic was modified 7 months ago by banderolle.
    • This topic was modified 6 months, 4 weeks ago by James Huff. Reason: redundant link removed

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter banderolle

    (@banderolle)

    Sorry images haven’t’ uploaded here they are:

    The layout issues when adding new people to the page (new issue, possibly happened last week)

    The module I want to remove:

    Alor Web

    (@jerrymayalor555)

    Hi @banderolle,

    To resolve the misaligned issue on that page, please add this CSS code to your website. 

    • Go to your WP dashboard > Appearance > Customize.
    • On the customizer copy the CSS code below and paste it inside the Additional CSS option.
    .section-team__link {
    ? ? display: block;
    }
    • Click Publish.?

    This is what it looked like before: https://tinyurl.com/2a5oz4jo

    This is what it looked like after: https://tinyurl.com/28e5srz4

    If the CSS code above didn’t work. Just add !important on the end of the word “block”. Here is the updated CSS code.

    .section-team__link {
    ? ? display: block !important;
    }

    Please try the recommended solution and let me know if it works for you.

    Regards,
    Jerry

    Thread Starter banderolle

    (@banderolle)

    Thanks Jerry for your help.

    I tried both and while it’s better with the second one it’s not fully resolved, still misaligned/slightly bigger:

    Would you know how I could remove these two “Join our team” modules at the top of the page?

    I only want to keep the one at the bottom and can’t find where to do that.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Layout issues on flex layout template’ is closed to new replies.