Amaury Well-known member May 7, 2015 #2 Are you able to reproduce this here on XenForo? Upvote 0 Downvote
K Kolisnyk Member May 7, 2015 #3 Maru said: Are you able to reproduce this here on XenForo? Click to expand... What do you mean? Click it, it does one character per line. Some sort of word-wrap crap going on. Upvote 0 Downvote
Maru said: Are you able to reproduce this here on XenForo? Click to expand... What do you mean? Click it, it does one character per line. Some sort of word-wrap crap going on.
K Kolisnyk Member May 7, 2015 #5 rafass said: There are some wrong elements in your CSS: View attachment 105577 Click to expand... I've been searching, do you know where I can remove that? -.-" Upvote 0 Downvote
rafass said: There are some wrong elements in your CSS: View attachment 105577 Click to expand... I've been searching, do you know where I can remove that? -.-"
rafass Well-known member May 7, 2015 #6 maybe in EXTRA.css ACP --> Appearance --> Templates --> and find EXTRA.css Upvote 0 Downvote
K Kolisnyk Member May 7, 2015 #7 rafass said: maybe in EXTRA.css ACP --> Appearance --> Templates --> and find EXTRA.css Click to expand... Nope, nothing in there. D: Upvote 0 Downvote
rafass said: maybe in EXTRA.css ACP --> Appearance --> Templates --> and find EXTRA.css Click to expand... Nope, nothing in there. D:
rafass Well-known member May 7, 2015 #8 Then the problem is your theme. try with this in your EXTRA.css Code: #loginBar .xenForm .ctrlUnit dd { width: auto!important; } #loginBar .xenForm .ctrlUnit dd .textCtrl { width:auto!important; } Upvote 0 Downvote
Then the problem is your theme. try with this in your EXTRA.css Code: #loginBar .xenForm .ctrlUnit dd { width: auto!important; } #loginBar .xenForm .ctrlUnit dd .textCtrl { width:auto!important; }
K Kolisnyk Member May 7, 2015 #9 rafass said: Then the problem is your theme. try with this in your EXTRA.css Code: #loginBar .xenForm .ctrlUnit dd { width: auto!important; } #loginBar .xenForm .ctrlUnit dd .textCtrl { width:auto!important; } Click to expand... I love you. Will you marry me? Haha, thanks so much! You're a life saver. Upvote 0 Downvote
rafass said: Then the problem is your theme. try with this in your EXTRA.css Code: #loginBar .xenForm .ctrlUnit dd { width: auto!important; } #loginBar .xenForm .ctrlUnit dd .textCtrl { width:auto!important; } Click to expand... I love you. Will you marry me? Haha, thanks so much! You're a life saver.
rafass Well-known member May 7, 2015 #10 Next time you can post this kind of issues in this forum: Styling and Customization Questions I recommend you take a look at this thread: How to change almost anything quickly and easily This kind of CSS issues are very easy to solve with the inspector of your browser. You're welcome! Upvote 0 Downvote
Next time you can post this kind of issues in this forum: Styling and Customization Questions I recommend you take a look at this thread: How to change almost anything quickly and easily This kind of CSS issues are very easy to solve with the inspector of your browser. You're welcome!