Page 1 of 1

mobilelistitembutton resize

Posted: Fri Jan 08, 2016 3:39 am
by Don7312172

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


mobilelistitembutton resize

Posted: Fri Jan 08, 2016 11:39 am
by Serhii Kulibaba

Hello Don,

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


mobilelistitembutton resize

Posted: Fri Jan 08, 2016 1:41 pm
by Don7312172

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


mobilelistitembutton resize

Posted: Sat Jan 09, 2016 2:20 pm
by Evgene Karachevtsev

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.