• Resolved wvlg

    (@wvlg)


    Hi again!

    I have on several site problem with the spacing after a radio button. The text beside the button is not next to the button. It looks like the button is laying above the text without generating the required spacing to show the text right of the button.

    I could send you a screenshot…

    Regards

    Florian

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hey,

    There’s some CSS from a Bootstrap stylesheet causing this issue. I can’t tell which plugin is loading the CSS since Autoptimize has all the stylesheets concatenated, but this code should fix the radio button display:

    
    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
      position: static !important;
    }

    pro-tip; you can disable Autoptimize on a per-request basis by adding ?ao_noptimize=1 to the URL.

    hope this helps debugging,
    frank (ao dev)

    Theme Author Ben Sibley

    (@bensibley)

    @optimizingmatters that’s actually really cool, thank you!

    @wvlg the CSS causing the display issue with the radio buttons is coming from the Masterstudy LMS plugin.

    Thread Starter wvlg

    (@wvlg)

    Thanks that helped. Yes indeed, the plugin does something weird here and there. Drives me crazy ??

    But issue is solved. Thanks!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Radio Butto spacing’ is closed to new replies.