Increase form textbox size

Tagged: 

ThemeBurn SupportForumsOpenCart ThemesBurnEngineIncrease form textbox size

This topic has been marked as not resolved.

Hi,

How to increase the width of the form input areas for the registration/account login/checkout pages.

  • This reply was modified 2449 days ago by  jinalis92.
  • This reply was modified 2449 days ago by  jinalis92. Reason: Attachment
August 20, 2017 at 2:49 pm #61078

Hi,

Here is some custom CSS that will do the job:

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=date], input[type=datetime], input[type=color], input[type=password], input[type=search], select, textarea, .input-group, .form-control
{
  width: 400px;
}

Add these styles from the Theme CP > Theme Settings > Custom > Custom Stylesheet text field.

BR,
ThemeBurn team

August 20, 2017 at 11:18 pm #61103
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.