Resizing Icons for mobile view with Jquery theme roller for mobile

38 Views Asked by At

I rolled a theme using jQuery mobile's theme roller but if I use the icons incited of text, the icons are too small, how can I make larger icons with theme roller? or any Idea how I can make larger icons?

1

There are 1 best solutions below

1
On

Like this

@media only screen and (min-width: 1px) and (max-width: 480px) {

.ui-icon-bars02:after {
  background-image: url("images.svg");

  background-size: 22px 22px;
}