Don7312172
Posts: 0
Joined: Tue Jan 06, 2015 3:41 pm

mobilelistitembutton resize

What is the css (or any other way) to increase the width of a mobilelistitembutton?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

mobilelistitembutton resize

Hello Don,

Please use CSS below for that:
pre
a[name=mobilelistitem_name]:after{
width:100px;
}/pre
here mobilelistitem_name - name of the listitem

Don7312172
Posts: 0
Joined: Tue Jan 06, 2015 3:41 pm

mobilelistitembutton resize

I've added this and even changed it to 200px and it didn't change the size. :(

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

mobilelistitembutton resize

Hello Don,

Could you please check that you don't use some other CSS rules that have 'more weight' than this one? Please try addingcode!important/code to this rue.

Return to “Issues”