Hello Team,
In a question page, I (admin) can see the reply button entirely; other users logged in can see it only partially:
![Admin view](https://db.tt/7I09jLUG "Admin view")
![User view](https://db.tt/NsAMPQCO "User view")
Thanks for your help!
Alex
Hi,
To resolve this issue, you can try the following code:
.dwqa-container .dwqa-btn, .dwqa-container .login-box input[type="submit"] {
padding: 4px 40px;
}
If you still face there issue, you can send me your site for further checking.
Hope this helps !
I have checked your site and to resolve this issue, you can add the following code to the style.css file:
.dwqa-container .dwqa-btn, .dwqa-container .login-box input[type="submit"] { width: 100%;}
Regards,
Now that’s perfect! Thanks!
I found out that this solution changes the size of the "new question" buttons in the questions list page: now the buttons fill the width of the page!
![enter image description here](https://db.tt/owj2M9z2 "enter image title here")
🙂 Well, actually I would have liked to revert that button to its original size!
You can try the following code:
.dwqa-container .dwqa-single-question .dwqa-btn {
width: 100%;
}
Hope this helps !
It does indeed! Thanks.
Please restore Username & password that you sent in previous answer, I will check and help you.
Please login or Register to submit your answer