Hi, this is the current code I have to move my related collection, which is on every product page, as shown below. This is just for mobile. I want to move the out-of-stock and sales badges higher, but when I try to increase the height, it cuts off. My website is takeoverapparel.com, and the password is takeover.
Code in base.css
/* Product Page You May Like… Badges */
/* Green Monster TakeOver Badges /
#Slider-template–18239906578584__featured_collection_LTLQ7U .card__badge.top.left{
position: absolute;
top: -15px !important;
margin-left: -10px!important;
margin-top: -5px!important;
}
/ Red Monster TakeOver Badges /
#Slider-template–18239944261784__featured_collection_46GmUa .card__badge.top.left{
position: absolute;
top: -15px !important;
margin-left: -10px!important;
margin-top: -5px!important;
}
/ Be A Monster Sweatshirt Badges /
#Slider-template–18553494667416__featured_collection_WJRyzf .card__badge.top.left{
position: absolute;
top: -15px !important;
margin-left: -10px!important;
margin-top: -5px!important;
}
/ Sleeveless Panther Tee /
#Slider-template–18553508659352__featured_collection_nyKmza .card__badge.top.left{
position: absolute;
top: -15px !important;
margin-left: -10px!important;
margin-top: -5px!important;
}
/ Black Nylon Shorts /
#Slider-template–18553500270744__featured_collection_U3qXnX .card__badge.top.left{
position: absolute;
top: -15px !important;
margin-left: -10px!important;
margin-top: -5px!important;
}
/ Light Blue Nylon Shorts /
#Slider-template–18553494700184__featured_collection_XJF3hL .card__badge.top.left{
position: absolute;
top: -15px !important;
margin-left: -10px!important;
margin-top: -5px!important;
}
/ Red Nylon Shorts /
#Slider-template–18553494765720__featured_collection_FR8wAx .card__badge.top.left{
position: absolute;
top: -15px !important;
margin-left: -10px!important;
margin-top: -5px!important;
}
/ Pink Nylon Shorts */
#Slider-template–18553494831256__featured_collection_gpxEEd .card__badge.top.left{
position: absolute;
top: -15px !important;
margin-left: -10px!important;
margin-top: -5px!important;
}
}
