+ Reply to Thread
Results 1 to 5 of 5

Thread: How can i increase the height of dropdown category selector & width of combofield

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

    How can i increase the height of dropdown category selector & width of combofield

    Hello,

    How can i increase the height of dropdown on category selector (Add listing page) & width of combo field

    increase-height-dropdown.jpg

    combo-field.png

  2. #2
    Try increasing width in Style.css for combo field


    Code:
    Only registered members can view the code.

    For category selected I think its this in your template/components/category-selector/category-selector.css

    Code:
    Only registered members can view the code.
    Last edited by Chris Brown; October 25, 2021 at 03:51 PM.
    New Site: CameraSpecs https://bit.ly/3G4uYA6

    Old Site: MotorAdsUk

  3. #3
    Senior Member
    Join Date
    May 2014
    Posts
    182
    Combo field works,

    but category selector not working.

    Here,

    height: auto; (I don't think i should touch this one)
    min-height: 37px; (If i increase this one, it doesn't look on mobile)

    I changed these values, but it didn't worked.
    Last edited by Pricky; October 26, 2021 at 02:04 PM.

  4. #4
    You would need to change the min height to something larger than 170px to notice the difference.

    Then to combat mobile you would need to add something like this to the bottom of the css file

    Code:
    Only registered members can view the code.


    This reduces the size back down for screen sizes under 991px

    Try that see if it works ok
    New Site: CameraSpecs https://bit.ly/3G4uYA6

    Old Site: MotorAdsUk

  5. #5
    Senior Member
    Join Date
    May 2014
    Posts
    182
    It's working, but is this the right way to increase the category selector drop down height?

+ Reply to Thread