How to remove button from footer?
-
My site: https://ipadtabletreview.com/ipad-2-review/
In the bottom-left corner of that page, there is an Amazon button. I’m able to remove it, but than I also lose the same button which is placed at the end of my iPad 2 review.
I had to add a special code to my CSS stylesheet to move my “Amazon Buy Button” from the sidebar, to below the review rating, where I wanted it to be. This is the code:
#post-6 form {
display: table;
margin: 0 auto;
}————————————
How can I remove the button in the bottom-left footer, while keeping the one in the review page?
Thank you in advance for your help.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to remove button from footer?’ is closed to new replies.