Hello,
I’ve seen a few solutions that require a theme.scss.liquid file which I Do not have
IS there any way can adjust the width of my dropdown for product variants?
Thanks in advance!
Ajuste de la largeur du menu déroulant des variantes produit dans le thème Debut de Shopify.
theme.scss.liquid et sur la possibilité de modifier quand même la largeur du sélecteur de variantes.Assets > theme.css..liquid via une balise <style>, par exemple pour définir width et max-width du menu déroulant.Issue résolue : le code a été ajouté dans theme.css et la modification a fonctionné. Une image de l’emplacement du fichier dans les assets était incluse pour aider à le repérer.
Hello,
I’ve seen a few solutions that require a theme.scss.liquid file which I Do not have
IS there any way can adjust the width of my dropdown for product variants?
Thanks in advance!
If you use Debut theme with no customize, it should have the theme.css inside folder assets
If you can’t find any CSS file to put your style in, you can also put those style inside .liquid file within the tag.
eg:
Ah, yes I placed the code that has been provided in other solutions in the theme.css file and it seems to have worked, thanks!