Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2970988
Block quote design broekn in mobile view
Closed

Comments

  • La-Ness started the conversation

    Dear team,

    I am using the beautiful block quote design from the General Blog demo, you had sent me the shortcode for this some time ago.

    The problem now is that in mobile view the design doesn't work on my pages. As you can see in the screenshot, the quotation marks are overlapping with the texts. I have this problem on several pages where I used the block quote code within a text field in Elementor.

    Could you kindly check how this can be solved?

    Many thanks

  •  2,492
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    @media only screen and (max-width: 479px) {
        .post-entry blockquote:before {
            font-size: 26px;
        }
    }

    Regards,
    PenciDesign.



  • La-Ness replied

    Perfect thank you!