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

    Hi. I am building a site using Enfold, and I would like an image with hotspots align to the left. It seems like it’s centered pr default and I can’t choose any other alignment. Can you help me with a code snippet?
    Best regards,
    Maja

    #1417631

    Hey majabhjorth,

    Thank you for the inquiry.

    There is no alignment option for the Hotspot element by default. Have you tried using the Column elements? You can also use the following css code to adjust the alignment of the hotspot image, but make sure to replace the element UID or apply a custom css class name to it.

    .av-llyi5jlf-41bf1f6dbad402abe38b11bcb6984182 .av-hotspot-container {
        float: left;
    }
    

    // https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    Best regards,
    Ismael

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