Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1278524

    Hi,

    I am using your Enfold theme for a client of mine. Is there a way to reduce the excess spacing between the radio buttons in a Woocommerce item and the accompanying text? See my attachment as an example https://ibb.co/G5FhbtD (note the gaps in red) All items in the shopping cart need space reduction between the radio buttons and text. Thanks.

    Example item

    #1278719

    Hey natas442,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .cart input[type=radio] {
         width: auto; 
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1278838

    Perfect! Worked well! Thank you!

    #1278921

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Spacing too far between radio button and text’ is closed to new replies.