facebook

SelectListItem widget

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #353037 Reply

    Paul_paul
    Participant

    I want the SelectListItem widget to be full width across the screen (320px) but I want to move the tick when selected 20px or so to the left, can this be achieved?

    #353057 Reply

    Hi,

    I believe you could modify that using the css property background-position

    If you want to modify it for all select lists in your project I would use the HTML widget with the following:

    <style>
    .m1-selection-list > li.m1-selected.m1-icon-2{
    background-position: 90percentsymbol;
    }
    </style>

    it won’t allow the percent symbol in the forum, so you will have to substitute it above.

    If you only want it for a single list you should be able to use the name selector and apply the css to just that one.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: SelectListItem widget

You must be logged in to post in the forum log in