Task #28: Tracktor By ShopPad
Set up order tracking in Shopify: automatic notifications about the order status sent to the customer's email.
Last updated
Set up order tracking in Shopify: automatic notifications about the order status sent to the customer's email.
Last updated
/* Tracktor CSS */
#tracktorOrderForm {
text-align: center;
padding-bottom: 30px;
}
#tracktorOrderForm input {
width: 100%;
max-width: 300px;
height: 40px;
border-radius: 5px;
border: 1px solid black;
padding-left: 10px;
font-size: 16px;
}
#tracktorOrderForm label {
text-align: center;
font-size: 18px;
}
#tracktor { padding-bottom: 0 !important; }
@media only screen and (max-width: 1250px) {
#tracktorOrderForm,
#tracktorResponseContainer {
padding-right: 20px;
padding-left: 20px;
}
}
.field.recaptcha > div {
margin: 0 auto;
}
#tracktorOrderForm input[type="text"]:focus {
box-shadow: none !important;
outline: unset !important;
}