• Resolved cyberchoices

    (@cyberchoices)


    I am trying to add an, “Add to Cart” link into the table.

    When I enter the code in the field the outcome is that it places it too far to the right of the field and it can’t be seen properly. How do I get the link on the left hand side of the column?

    You can see what I mean here: http://waipawaclockshop.co.nz/novelty-clocks/

    Thanks for your help

    Ray

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This is caused by the default CSS that your cart plugin applies to these buttons. To change the styling for the buttons inside the table cells, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .content_wrap .content .tablepress form input[type="submit"] {
        float: none;
        width: auto;
        background-color: buttonface;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Add to Cart code’ is closed to new replies.