Can you help me fixing the checkboxes in Epik

Homepage Community Forums Epik Theme Support Can you help me fixing the checkboxes in Epik

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8107
    BennytheBip
    Customer

      Hi Wes

      Whenever I need a checkbox in forms or in logins on kursusonline.dk/sundmad, the check box centers.

      I have not done any changes to the CSS, so could you please tell me how to fix this?

      See for instance this page: http://kurseronline.dk/sundmad/login or http://kurseronline.dk/sundmad/kassen?product_id=17.

      It is not that trustworthy that the checkbox for remember me or selection of payment gateway are centered.

      What is wrong?

      Best regards

      Benny

      #8113
      Wes
      Moderator

        Yeah I just noticed this happens on all of the latest Genesis Themes….including the newer themes from SP. To fix it, take a look in your css for this – “<strong>input[type="checkbox"], input[type="radio"]</strong>” and add a width like this –

        input[type="checkbox"], input[type="radio"] {
            box-sizing: border-box;
            padding: 0;
            width: auto;
        }
        #8118
        BennytheBip
        Customer

          Hi Wes

          You are my hero! Tnx for helping a total CSS-newbie with this matter.

          Thanks a lot

          Best regards

          Benny

          #8122
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Can you help me fixing the checkboxes in Epik’ is closed to new replies.