Announcement

Collapse
No announcement yet.

mobile quick search (text size)?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    mobile quick search (text size)?

    Hi All

    Hope someone can advise please. On mobile when you type in the quick search text box its very tiny and hard to read, its about a 1/3 of the size of the box height. Can someone advise how to make the text bigger without affecting the box itself?

    thanks
    Reverse Osmosis Water Filters

    #2
    Open the layout 'Smart Responsive Stylesheet' in the Library and search for the line '.quick-search input[type="text"]'

    Change the code that follows:
    Code:
    width:99%;
    height:3em;
    to:
    Code:
    width:99%;
    height:2em;
    font-size:2em;
    Font-size controls the size of the font, and the combination of font-size and height controls the height of the box You can tweak the values to achieve the sizes you want. You can also use single point decimal values eg 2.5em or 2.2em

    I hope this helps
    Bruce Townsend
    Ecommerce Product Manager
    Sellerdeck Ecommerce Solutions

    Comment

    Working...
    X