Announcement

Collapse
No announcement yet.

Radio Buttons not displaying on the left of the payment icons

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Radio Buttons not displaying on the left of the payment icons

    I would like to have a radio button to the left of the payment icon that can be selected on the OSEL page (shipping/payment) and it seems that they will just not display. Is there something possibly in a .js file for the levels theme that is not allowing it to display?

    Thanks.

    #2
    By default, in the Levels ReadyTheme, the radio buttons should be showing as they do in the demonstration store. Can you post a link to your site?
    Matt Zimmermann

    Miva Web Developer
    Alchemy Web Development
    https://www.alchemywebdev.com
    Site Development - Maintenance - Consultation

    Miva Certified Developer
    Miva Professional Developer

    https://www.dev4web.net | Twitter

    Comment


      #3
      Hi Mish,

      You may have an older version of Levels which could be missing an update to the CSS, or it was removed for other purposes. If you add this into the theme.css file, the layout for the radio buttons should be corrected.

      Code:
      .payment-method-selectors input {
          position: relative;
          width: auto;
          height: auto;
          opacity: 1;
          display: inline-block;
          margin-right: 0.75rem;
      }
      Matt Zimmermann

      Miva Web Developer
      Alchemy Web Development
      https://www.alchemywebdev.com
      Site Development - Maintenance - Consultation

      Miva Certified Developer
      Miva Professional Developer

      https://www.dev4web.net | Twitter

      Comment


        #4
        Thank you again Matt!!

        Comment

        Working...
        X