Esox Lucius
asked 9 years ago

Hi! I can not figure out how to make the empty space disappear, otherwise everything is working smoothly. Please check.

I have tried with both the single.php file for the theme, with the style.css for the plugin etc, hours of tweaking but no results. It would really help if you could give a hint or solution, thank you in advance.

Best regards, Esox Lucius

P.S. Great plugin! πŸ™‚

esoxl
replied 9 years ago

Hi, I would really appreciate your help on this, could you please take a look, most likely very easy to fix but can not figure it out. Thank you.

2 Answers
DominicStaff
answered 9 years ago

To resolve this issue, you can add the following code to the style.css file:
.dwqa-submit-question .question-meta { height: 80px;}
Hope this helps !

esoxl
replied 9 years ago

Thanks, but this brought only half of the page higher, below the "question details" there is still long empty space, any thought on how to get the latter part correctly as well? Also the ask question page has long empty space, can not figure out the css on my own- it would be very highly appreciated if you could spare just a small bit of your time to help us out on this, thank you.

dominic Staff
replied 9 years ago

You can try the following code:

.dwqa-list-question .filter { clear: right;}
.dwqa-submit-question .question-meta {clear: both; }
.dwqa-submit-question {position: absolute; width:95%;}

If you still face there issue, you can send me username & pass word of your site. I will help you resolve it.
Regards,

DominicStaff
answered 9 years ago

Hi,
About the TAG box on Ask a question page, you can add the following code to the style.css file:

.dwqa-submit-question .question-meta .input-tag input {
    width: 48%;
}

Note: We will remove all the info and public this question. Thanks u πŸ˜€
Hope this helps !

Powered by DW Question & Answer Pro