khen888
asked 6 years ago

The div container of no. of votes (see screenshot below) is somewhat overlapping to the div container of no. of views when viewed in mobile:

 
Please place properly the div container of no. votes. Give it some space above the no. of views div container. Or you decide how you can place those divs properly.

2 Answers
DominicStaff
answered 6 years ago

You can add the following code to the style.css file:

@media (max-width: 480px) {
  .dwqa-questions-list .dwqa-question-item .dwqa-question-stats span {
    margin-bottom: 8px;
  }
}
khen888
answered 6 years ago

thanks bro.

Powered by DW Question & Answer Pro