+ Reply to Thread
Results 1 to 3 of 3

Thread: Listing type radio button issues because of custom changes

  1. #1
    Senior Member
    Join Date
    May 2014
    Posts
    182

    Listing type radio button issues because of custom changes

    Hi, I have two issues with listing type radio buttons

    1. The radio button & listing type text not center aligned. The text is little bit upper

    radio-not-align.jpg

    2. On mobile view, radio button cut down a very little bit. I don't know what i did...

    radio-button-cut.jpg

    My Site URL: https://tinyurl.com/yxkbakrm
    Last edited by Pricky; October 26, 2021 at 02:47 PM.

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    1. Add line-height: 1.3em; into

    input[type=checkbox]:not(.default) + label,
    input[type=radio]:not(.default) + label


    2. Fixed

  3. #3
    Senior Member
    Join Date
    May 2014
    Posts
    182
    Thank you very much, Rudi

+ Reply to Thread