This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Size of the "Custom value select" icons
#1
Hello,

I want to ask how can I change the size of "Custom value select" icons or texts because it is very variable and e.g. on PC/Tablet it is ~ok but on Mobile it is very small. Do I can set this size to the same as basic icon on the plan?
Reply
#2
Hi Buuuudzik,

You can change it with custom css, here is a small sample but you have to adjust it to your needs:

Code:
.control-vselect ul {
    max-width: 300px!important;
    max-height: 400px!important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.control-vselect .a {
    background-color: #C2FFAC;;
    width: 200px;
    line-height: 24px;
    font-size: 24px;
    color: #4C97D8;
}

BR,

Erwin
Reply
#3
(17.06.2016, 20:52)Erwin van der Zwart Wrote: Hi Buuuudzik,

You can change it with custom css, here is a small sample but you have to adjust it to your needs:

Code:
.control-vselect ul {
    max-width: 300px!important;
    max-height: 400px!important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.control-vselect .a {
    background-color: #C2FFAC;;
    width: 200px;
    line-height: 24px;
    font-size: 24px;
    color: #4C97D8;
}

BR,

Erwin

ThanksWink I will try.
Reply


Forum Jump: