alessandro3
asked 8 years ago

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

4 Answers
DominicStaff
answered 8 years ago

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 !

DominicStaff
answered 8 years ago

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,

alessandro3
answered 8 years ago

Now that’s perfect! Thanks!

alessandro3
answered 8 years ago

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")

alessandro3
replied 8 years ago

🙂 Well, actually I would have liked to revert that button to its original size!

dominic Staff
replied 8 years ago

You can try the following code:

.dwqa-container .dwqa-single-question .dwqa-btn {
    width: 100%;
}

Hope this helps !

alessandro3
replied 8 years ago

It does indeed! Thanks.

dominic Staff
replied 8 years ago

Please restore Username & password that you sent in previous answer, I will check and help you.

Powered by DW Question & Answer Pro