Move ribbon to the left

Add this code to the Custom CSS field on the Appearance tab of your Pricing Table widget’s settings:

.es-ribbon {
left: -30px;
transform: rotate(-45deg)
}
1 Like

Since the last update, use the following code

.es-ribbon {
left: -30px;
transform: rotate(-45deg)
}
2 Likes

Thanks, I’ve updated the code :slightly_smiling_face:

1 Like