Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #596610

    Hi,

    I’m having problems with the team member element when it is being resized to a smaller screen size than the desktop. I have four team members lined up side-by-side. When the screen is resized, only 2 of team member elements are resized properly while the other 2 look out of place (different image and font sizes).

    You can recreate this by dragging the window browser size and you’ll see that the four team members don’t resize properly.

    sl

    #597034

    Hey slui!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) and (min-width: 768px) {
    div .av_one_fourth {
        width: 47.5%;
    }}

    Best regards,
    Yigit

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