Move size guide above variants

Solved

Move size guide above variants

Luxurymrkt
Globetrotter
761 2 161

Hi,

 

I got the size guide to move to the right but want it above the variants. My site is https://vazluxe.com/collections/chloe-1/products/chloe-kick-sneakers

 

4A4CC864-2419-4E8D-82F4-125DAB0E2190.jpeg

Thank You | mike
Accepted Solution (1)

Dotsquares
Shopify Partner
390 25 52

This is an accepted solution.

hi @Luxurymrkt 

please consider updating the theme.css with CSS. 

theme.css


.js-enabled.product__option {
    position: relative;
}

.js-enabled.product__option a.product__information-popup.product__block.product__block--medium.fs-body-75 {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

 output:

 

Dotsquares_0-1742819997791.png

 

Dotsquares Ltd


Problem Solved? ✔ Accept and Like solution to help future merchants.


Shopify Partner Directory | Trustpilot | Portfolio

View solution in original post

Replies 2 (2)

Dotsquares
Shopify Partner
390 25 52

This is an accepted solution.

hi @Luxurymrkt 

please consider updating the theme.css with CSS. 

theme.css


.js-enabled.product__option {
    position: relative;
}

.js-enabled.product__option a.product__information-popup.product__block.product__block--medium.fs-body-75 {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

 output:

 

Dotsquares_0-1742819997791.png

 

Dotsquares Ltd


Problem Solved? ✔ Accept and Like solution to help future merchants.


Shopify Partner Directory | Trustpilot | Portfolio
Luxurymrkt
Globetrotter
761 2 161

THANKS SO MUCH .

Thank You | mike