Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author mantish

    (@mantish)

    Hi kenwardc,
    It’s possible, but the plugin doesn’t perform any styling.
    You’d have to edit the CSS f your theme.
    Let us know if you can work it out.

    I had the same problem with my theme.

    I included these lines into my child theme CSS and it worked fine :o)

    form.variations_form.cart table.variations tbody tr td.value div input {
    	float: left; }
    
    form.variations_form.cart table.variations tbody tr td.value div label	{
        margin-left: 30px;
        display: block; }

    Try placing this CSS into Appearance> Theme Options> Advanced Settings.

    .single-product .value label {
              display: inline-block;
              padding-left: 10px;
              font-size: 16px;
    }

    Hi,
    unfortunately neither of the solutions above worked for me. In the first case they stayed underneath each other but appeared as “stairs” and the second didnt do anything. Any ideas?

    cormilu.com.br/loja/diy/monte-seu-fio-de-luz/

    thanks

    they’re all underneath each other + there’s only 1 variation.
    In my case I want it just like you have it but next to the first time (size) I want the voltage to appear rather than underneath it.

    Any ideas?
    thanks

    I use a Virtue Theme template, and I post on the Theme Forum my issues. I got very good answers.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Variations on same line’ is closed to new replies.