New Landing How can we help? Atelier Product variations – reduce heigth of option boxes

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Atelier
  • #178157
    leggero
    Member
    Post count: 107

    Hi

    I have a woocommerce shop with products with 4-6 variables. With the atelier theme these variables become quite large boxes. if you have more than 4 options, the info field gets rather long:

    http://appenzeller-gurt.com/shop/gurt_konfigurator/

    Is there a way to work on the size of the option boxes without going into customizations?

    Thanks and best regards

    Caspar

    #178204
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Caspar,

    You could add a line of CSS to either your theme’s CSS option or if you are using a child theme the css file.

    Navigate to: Dashboard => Theme Options => ‘Custom CSS/JS’.

    .woocommerce div.product form.cart .variations select {
      height: 45px;
    }

    Thanks,
    David.

    #178326
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks David

    #178337
    leggero
    Member
    Post count: 107

    Perfect, thanks!

    Best regards

    #178347
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.