Hi, I'm using the Myro Pro theme. What can I do to make the question list appear in two columns? Thanks for your tip
Greetings Matthi
It's Mayro Pro Theme
add this css
.qa-q-list { display: grid; grid-template-columns: repeat(2, 49%); column-gap: 2%; }
.qa-q-list {
display: grid;
grid-template-columns: repeat(2, 49%);
column-gap: 2%;
}
put it inside media query for only desktop
@media (min-width: 768px) { }
@media (min-width: 768px) {
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.