What is the css (or any other way) to increase the width of a mobilelistitembutton?
What is the css (or any other way) to increase the width of a mobilelistitembutton?
Hello Don,
Please use CSS below for that:
pre
a[name=mobilelistitem_name]:after{
width:100px;
}/pre
here mobilelistitem_name - name of the listitem
I've added this and even changed it to 200px and it didn't change the size.
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.