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

    Hello. I’m not sure if something changed with 4.3.1, but I followed some previously-provided steps to get this to work, with no joy. Here are my steps.

    1. Anchor – Created Color Section and gave it an ID of #root-of-it-all
    2. Full Width – Added the Image w/ Hotspot to the Color Section
    3. Full Width – Added the following code to the stylesheet

    #root-of-it-all .container, #root-of-it-all .av-hotspot-container {width: 100% !important;}
    #root-of-it-all .av-hotspot-container img {width: 100% !important;}

    This is happening on the home page. Info in private area. Thank you!

    #956092

    Good to go. Here was the final CSS.

    #root-of-it-all .container { max-width: 100% !important; padding: 0; margin: 0; }
    #root-of-it-all .av-hotspot-container img {width: 100% !important;}

    #956168

    Hi,

    Glad you figured this out and thanks for sharing your solution :)

    Best regards,
    Vinay

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