Jump to content

Edit width Date of birth theme prestashop


Recommended Posts

Hello guys.

 

I need to change the width of the date of birth fields, but I do not think it's in CSS.

 

Today it is in an Element.style with 69px

 

Looking at the code by the developer chrome I noticed that it is in html the size of the field.

 


 

What file is this information for editing?

 

Follow print attached!


 

 

Follow the code:

 

<div class="col-xs-4">

            <div class="selector" id="uniform-months" style="width: 69px;"><span style="width: 52px; user-select: none;">-</span><select id="months" name="months" class="form-control">

              <option value="">-</option>

                              <option value="1">January </option>

                              <option value="2">February </option>

                              <option value="3">March </option>

                              <option value="4">April </option>

                              <option value="5">May </option>

                              <option value="6">June </option>

                              <option value="7">July </option>

                              <option value="8">August </option>

                              <option value="9">September </option>

                              <option value="10">October </option>

                              <option value="11">November </option>

                              <option value="12">December </option>

                          </select></div>

          </div>

post-1105629-0-25580700-1479815857_thumb.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...