Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1301243

    Can anyone help me put the text behind (inline with) the radio buttons.

    The relevant page is https://clixer.nl/protunes/product/foodtruck-kopie/.

    The CSS that I am currently using is

    .ywapo_options_container {
        text-align: left;
    }
    
    .cart input [type = radio] {
         width: auto;
    }

    Thanks in advance!

    #1301522

    Hi Dave,

    I can only see a checkbox on that page, and it’s inline with the text. Maybe you linked to the wrong page?

    Best regards,
    Rikard

    #1302381

    Apologies Rikard,
    The page is visible again because the plug-in was temporarily deactivated due to trying out alternatives. Unfortunately I have not been able to fix it yet.
    Regards, Dave

    #1302382

    For a better example: https://clixer.nl/protunes/product/foodtruck/
    The radiobuttons should be in style with the default Enfold variations above the radio buttons.

    #1302657

    Hi,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #top.woocommerce form .form-row .ywapo_input_container label {
        display: inline-block;
    }
    

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.