How do I get rid of the spacing around the destination map image place holder?-

Hello!

On a destination page, there is a destination map, and it looks like they left space for the best season and popular location, but when I remove the text, it leaves a bit of spacing around the image in the purple. Is there any way to get rid of that? I just want to display the image in that frame.

Below is a screenshot…


Hello LovingAway,

It would have been helpful if, when you mentioned “but when I remove the text,”, you had also mentioned how you removed text. You could have just left it blank or used the css… Anyways, you can do the following:

.content-intro .info {
display: none;
}
which will result in:


Thank you

Hi there, I put in that css, and it still doesn’t get rid of the spacing around the image. I put in different size images, and it still adds the margin around the images in that frame. See below…

Hi, thank you for sending the details, I had a look and resolved this for you.


Thank you