Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #729702

    Hi,

    Take a look at our about us page to show our team and resize the page to a mobile resolution. I am not sure if I need to change the image size or if there is something else that is throwing this off. You will see the link box below the team member’s photo is not the same width as the team members photo. Your demo site does this properly. How do I fix this?

    justmind.org/about-us-2/

    #730194

    Hey justmind,

    Can you try to upload images with atleast 400px in width and height for team members? this would make it look better for both desktop and mobile, if you can’t produce the image size I have mentioned and desktop is okay, you can try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      img.avia_image.avia_image_team {
        width: 100%;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #730212

    Okay, so I already have some quick css in there. Will these two work together and not cause issues?

    @media only screen and (max-width: 480px) {
    .avia-caption.av-slideshow-caption { display: none !important; }}

    @media only screen and (max-width:767px) {
    img.avia_image.avia_image_team {
    width: 100%;
    }
    }

    #730588

    Hi,

    I can’t see anything wrong with your CSS so I think you shouldn’t have any problems with it. Let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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