Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+10 votes
477 views
in Themes by

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 smiley

Greetings
Matthi

1 Answer

+2 votes
by

It's Mayro Pro Theme

add this css

.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) {

}

by
@Monkey give more context with another question or related question
by
https://ibb.co/MfM30YF
the text spills out of the container. to enter it correctly into it. What instruction should I give?
text.align?
by
simply great !  Momin !
by
@Monkey share your website url, I need to inspect the page for any css error. Because I answered for Only Mayro Pro Theme but you are using with snowflat theme.
...