Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Had a little trouble with this myself.

    Adding a height of say 3em fixes it but changing the padding-top can fix without changing the height.

    .woocommerce div.product.elementor form.cart table.variations td.value::before, .woocommerce div.product.elementor form.cart table.variations td.value select {
    	padding-top: .1em;
    	/* height: 3em; */
    }

    Using auto didn’t work too well.

    • This reply was modified 5 years, 8 months ago by markmurphy1974. Reason: Typo

    I use Divi myself. Only really have the header and footer available (done away with the sidebar due to space issues). Can’t see how it would be possible at this time to allow support for page builders due to completely different templating systems. Would be awesome though.

    Made a backup of the Six template and just edited the tpl template files and the custom css file (need pro though to add custom template name within bridge settings in WP).

    Good luck!

Viewing 2 replies - 1 through 2 (of 2 total)