Okay
  Public Ticket #805477
Style fields
Closed

Comments

  • Claudia started the conversation

    Hi,

    we want to edit the fields style, because it's  too big for responsive. 

    We attach a picture of it . Do you have a CSS code to do this? Thanks!

  •  8,994
    Tahir replied

    Hey ,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .container-wrap .upme-wrap input[type="text"], .container-wrap .upme-wrap textarea, .container-wrap .upme-wrap input[type="email"], .container-wrap .upme-wrap input[type="password"], .container-wrap .upme-wrap input[type="tel"], .container-wrap .upme-wrap input[type="url"], .container-wrap .upme-wrap input[type="search"], .container-wrap .upme-wrap input[type="date"] {
        padding: 4px !important;
    }
    

    This might help write up further Custom CSS: https://support.woothemes.com/hc/en-us/articles/203105957-Customizing-your-theme-with-Firebug .

    Thanks


    ThemeNectar Support Team