Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #766297

    Hi Enfold team,
    I’m having an issue with the image links on my mobile site. As you can see in the attached screenshot, there is a black border that extends beyond the width of the image links. The images themselves are perfect squares, but the black border is rectangular. I wonder if there is a way to either get rid of the black border, or change the proportions so the border is a perfect square, and the image itself fills the space so the border isn’t as noticeable. It’s really the blank white space that bothers me. Any and all help is greatly appreciated!

    screenshot
    Timely Awards

    #766818

    Hey ReubenTimely,

    Please try the following in Quick CSS under Enfold->General Styling in order to remove the frame:

    @media only screen and (max-width: 767px) {
    .flex_column {
        border-width: inherit !important;
    }
    }

    Best regards,
    Rikard

    #767762

    That worked perfectly! Thank you Rikard!
    -Reuben

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Black Border on Images on Mobile’ is closed to new replies.