Viewing 2 replies - 1 through 2 (of 2 total)
  • jburnh,
    The easiest way to fix it is to go to the plugin options and scroll to the bottom of the page. There is the CSS/Styles for the plugin. Click the box to use your own styles (if you don’t have that checked already) and then add this to the BOTTOM of the styles that are there:

    .amazon-product-table hr {
      display: none;
    }

    And then save the options.

    Your theme adds a lot of styling to the hr tag, so it is just interfering with the layout – so turning it off is the best way to stop that.

    Warm regards,
    Don

    Thread Starter jburnh

    (@jburnh)

    thanks – worked perfectly

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Post Format Not Working’ is closed to new replies.