2 글 보임 - 1 에서 2 까지 (총 2 중에서)
  • 글쓴이
  • #4405
    Javert Matthew
    참가자

      Hi there,

      When I put a quotation paragraph in my posting,
      blockquote border-left is not appeared in mobile view.
      No problem in Desktop view. I can see a black border-left bar in Desktop view.
      How can I control this issue in custom CSS?
      Can you tell me about css code?

      m using in a theme ECTO of Automattic.

      #4406
      mimoon12
      키 마스터

        You use Custom CSS to change this behaviour:

        @media screen and (max-width: 495px) {
            blockquote {
                margin-left: 0;
            }   
        }

        Cheers,
        Mi Moon Church.

      2 글 보임 - 1 에서 2 까지 (총 2 중에서)
      • 답변은 로그인 후 가능합니다.