Dawn theme 1.0 Featured Product Alignment

In my featured product section, how can I make the color and quantity selections on the same line?

GalorePhoneStation.com

Hallo @Tanvir11110

You can add code by following these steps to change

  1. Go to Online Store → Theme → Edit code > base.css(at bottom)
@media only screen and (min-width: 1150px) {
div#ProductInfo-template--17543218331954__main {
position: relative !important;
}

.product-form__input.product-form__quantity {
position: absolute !important;
top: 111px !important;
z-index: 11 !important;
right: 130px !important;
}
}

If you require any further information, feel free to contact me.

Best regards,

Hi @Tanvir11110

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag


Hope this answer helps.

Best regards,

Victor | PageFly

Thank you for the reply!

@harivishwakarma

Almost, but not yet.

This worked perfect. Thank you so much @PageFly-Victor !

@Tanvir11110

send url