seyfi can
asked 9 years ago

Hi,

1.Problem:

I want to magnify the font size from 8px to 12px how can I do?

2.Problem:

I want to extend the height and lenght of user box and pasword box in answer login form.

thanks for your help.

1 Answers
DominicStaff
answered 9 years ago

Hi,

  1. You can tell me detail about the position that you want to change the font size.
  2. To change the height & lenght of user box and password box, you can add the following code to the style.css file:
    .dwqa-container .login-box { width: ...px; }
    .dwqa-container #loginform .input { height: ...px; width: ...px; }

    If you still face there issue, you can send me your site for further checking.
    Regards,

fsm84
replied 9 years ago

I solved my problem thank you very much.

Powered by DW Question & Answer Pro