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!
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
That worked perfectly! Thank you Rikard!
-Reuben