How can I reposition the + sign to center with text on a product page?

hi,

im looking to move the + sign down about 2px so it’s center with the words (product description) on product page

my site is https://luxurymrkt.com/collections/bags/products/maison-margiela-5ac-medium-bag

Hi @Luxurymrkt ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file:

@media (max-width:767px){
.collapsible-trigger-btn--borders .collapsible-trigger__icon {
    top: 60% !important;
}
}

Hope my answer will help you.

Best regards,

Victor | PageFly