Viewing 2 replies - 1 through 2 (of 2 total)
  • I believe it is because you have some errors in the hyperlinks you added to the Application Cloud and Featured Webinar widgets. The errors are confusing the browser’s interpretation of the HTML.

    Here’s what you have for the link in Application Cloud:
    <a href ="http://datacenterdirect.com/products/128-2/">Learn More<a/>
    See how the closing tag is incorrect? It should look like this:
    <a href ="http://datacenterdirect.com/products/128-2/">Learn More</a>

    Then in the Featured Webinar widget you have:
    <a href ="http://datacenterdirect.com/webinars/">Learn More<a/>
    which should be:
    <a href ="http://datacenterdirect.com/webinars/">Learn More</a>

    I think if you fix those, you’ll be okay, but that’s the first step.

    Thread Starter jandyment

    (@jandyment)

    Thank you! 🙂

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