Viewing 4 replies - 1 through 4 (of 4 total)
  • If you want to create your own layout, try using the [amazon-elements] shortcode – it will allow you to style things more accurately as each element is wrapped in it’s own div with a class for that item.

    Look at the plugin menu after you install it (the ‘shortcode usage’ menu item) and it tells you a little more about how to do it.

    Regards,
    Don

    Thread Starter thomjob

    (@thomjob)

    Thanks Don. I will give your suggestion a try.

    I think the problem may be with the way my theme is placing things on the page. From looking at the CSS the product image should be on the left with the title, author, price, but now button etc on the right. But, on my site, the prices and buy now button are under the image.

    Here is a link to the page in question – http://www.albanypoets.com/2014/06/caffe-lena-poetry-open-mic-featuring-jesse-muse-elizabeth-k-gordon/

    @thomjob
    For your specific theme, try adding this to the top of the custom styles on the plugin options page:

    .amazon-product-price {
        width: initial !important;
    }
    .amazon-buying {
        padding: 0 !important;
    }
    .amazon-dates br {
        display: none !important;
    }
    .amazon-product-table hr {
        display: inline-block !important;
        margin: 0 !important;
    }

    Also – Remember to check to use your own styles.
    Warm regardsm
    Don

    Thread Starter thomjob

    (@thomjob)

    That seemed to do the trick! Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Formatting tables’ is closed to new replies.