Hi there,
I would like to paste following HTML code at the end of all product pages just at the end, after ‘You may also like’. Please see pic attached for further details. Theme used is Brooklyn.
Thank you in advance.
Site: baseraising.com
Code:
## Why Choose Us?
- 
WORDWIDE SHIPPING
- 
SECURE PAYMENTS
- 
30 DAY GUARANTEE
- CUSTOMER SUPPORT
- 
REAL LICENSED PRODUCTS
- 
WE LOVE OUR CUSTOMERS
OJO: HAY QUE PEGAR EL SIGUIENTE CODIGO AL FINAL DE TIMBER.SCSS.LIQUID PARA QUE SEA RESPONSIVE EN MOBILE.
@media (max-width: 767px){
.custom__item-inner .rte{
overflow-x: hidden !important;
max-width: 100% !important;
width: 100% !important;
}
.custom__item-inner .rte .pre-footer{
max-width: 100% !important;
width: 100% !important;
}
.custom__item-inner .rte .pre-footer ul{
display: flex !important;
flex-direction: column !important;
margin-bottom: -40px !important;
}
.custom__item-inner .rte .pre-footer ul li{
float: unset !important;
max-width: 100% !important;
margin: 0 auto !important;
display: block !important;
border-right: unset !important;
border-bottom: 1px solid rgb(204, 204, 204) !important;
}
}
Pic:
