• Resolved spdctrl

    (@spdctrl)


    Hi,

    It seems that the original woocommerce has the label for variations on top of the dropdown, whereas with ShopEngine it is on the left.

    The problem with putting the label on the left is that it quickly runs out of space with a long label and a small viewport.

    Is there some CSS or similar that can put the label for the variation back above it, please?

    Much appreciated, and great plugin!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Ahmed Amir Hossain

    (@ahmedamir)

    Hi spdctrl,

    Thank you so much for reaching out to us.

    I understand the issues you are having. Would you kindly forward us the product page that uses the different versions? We’ll investigate the problems and provide you with an update as soon as we can.

    Eagerly awaiting your reply.

    Regards,

    Amir

    Thread Starter spdctrl

    (@spdctrl)

    Thanks much for the fast response, Ahmed!

    Can I email or DM you the link, please?

    Thread Starter spdctrl

    (@spdctrl)

    This is the solution that seems to work for me. Any issue with applying the following custom CSS?

    .shopengine-widget .shopengine-swatches .variations tr {
    	display:block !important;
    }
    
    .shopengine-widget .shopengine-swatches .variations tr td.value {
    	display:block !important;
    }
    
    Plugin Support Ahmed Amir Hossain

    (@ahmedamir)

    Hi?spdctrl,

    Hope you are doing fine. If this CSS works, then there is no issue; you can use it. Let us know if you need any assistance from us.

    Regards,
    Amir

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Move label for variation to on top of dropdown instead of to left’ is closed to new replies.