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 #2974649
Quotation mark size
Closed

Comments

  • jijiart started the conversation

    Hi Please let me know how to make quotation mark on the smart phone?

  • jijiart replied

    Let me insert view of quotation mark from smartphone

  •  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.



  • jijiart replied

    It solved! Always thank you so much!!!!