Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author DesignWall

    (@designwall)

    Hi,
    You can try the following code in the style.css file of your site.

    .dwqa-questions-list .dwqa-question-item .dwqa-question-meta {
      line-height: 32px;
    }
    .dwqa-question-item .dwqa-status {
      margin-left: 24px
    }

    Hope this helps!
    DesignWall team.

    Thread Starter marekadamec

    (@marekadamec)

    Hi,

    perfect, thank you.

    I extended it with a mobile condition

    @media screen and (max-width: 800px) {
    your code
    }
    Plugin Author DesignWall

    (@designwall)

    Yes, I forgot about it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile degradation’ is closed to new replies.