Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #867339

    Christopher
    Moderator

    Hi there,

    Please find this code :

    .img-amazon {
        width: 10%;
        float: right;
    }

    And update it to :

    .img-amazon {
        width: 10%;
        float: right;
        padding: 17px;
    }

    Hope it helps.