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

    Hi,

    Is it possible to make the margin lower / smaller on a hotspot image?

    Its the top margin on the map in the buttom.

    #529208

    Hey Jonas!

    You have extra space on your image itself. Please edit your image and remove whitespace from it.
    You can also use following code in Quick CSS in Enfold theme options under General Styling tab as a temporary solution

    .home .av-hotspot-image-container {
        top: -50px;
        position: relative;
        z-index: -1;
    }

    Regards,
    Yigit

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