-
Author
-
December 12, 2016 at 22:29 #146837boraboramediaParticipant
Hi, I want to change the width of the Password field on the homepage. The width is not good. Please see screenshot of my iPhone. I tried several CSS codes, also CSS for mobile devices (@media etc.) but I cannot get it to work. What am I doing wrong? Portrait and landscape are both wrong.
Thank you in advance!Best,Danny ScheurinkDecember 13, 2016 at 09:36 #146871LauraModeratorHello,can you share the screenshot? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
December 13, 2016 at 11:06 #146890boraboramediaParticipantSorry, here are the screenshots.
Attachments:
You must be logged in to view attached files.December 14, 2016 at 21:37 #147057LauraModeratorHello, try by adding this to style.css of child theme 🙂
COPY CODE@media only screen and (max-width: 940px) { input[type="password"] { width: 90px; margin-top: 30px; margin-left: -50px; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
December 16, 2016 at 00:15 #147183boraboramediaParticipantUnfortunately this did not work. Not on my iPhone and not when I resize the desktop.
December 16, 2016 at 11:46 #147262boraboramediaParticipantOkay I think it does work.. I did cleared my cache yesterday, but now 1 day later I see some changes. However it is not quit beautiful. See attached images.
Thank you!
Attachments:
You must be logged in to view attached files.December 19, 2016 at 00:44 #147369boraboramediaParticipantHi I got it fixed myself, it looks awesome! I also managed to style it for landscape as well.
However… please look at attachments. When a user wants to login, this password field also went left.
How can we work around this?
Thank you in advance.
Attachments:
You must be logged in to view attached files.December 20, 2016 at 07:46 #147513LauraModeratorHello, i see, sorry, it was my mistake, instead of input[type=”password”] replace it with
COPY CODE#register_form_front input[type="password"]
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
December 20, 2016 at 22:40 #147591boraboramediaParticipantGreat! This works. Thank you for your support.
December 21, 2016 at 20:25 #147733LauraModeratorGlad to help 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.