• Resolved bernadettetp

    (@bernadettetp)


    When I view this page on mobile, it is not responsive. Could you please help me fix this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Natalie MacLees

    (@nataliemac)

    Hello @bernadettetp,

    I took a look at your page and it looks like you have some custom CSS entered through the Customizer that’s styling Draw Attention and it includes setting thew width of the image to 800px wide. If you remove that, then the image should be fully responsive and should work as expected. It looks like it’s toward the bottom of the custom CSS. This is the CSS to remove:

    .hotspots-image-container {
        width: 800px !important;
    }

    Let us know if you need anything else.

    –Natalie

    Thread Starter bernadettetp

    (@bernadettetp)

    Oh yeah! Thank you! I removed it and it is fixed (:

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Responsive Issue’ is closed to new replies.