Blockquote " is touching my paragraph text

Home Forums Gillion Theme Blockquote " is touching my paragraph text

Home Forums Gillion Theme Blockquote " is touching my paragraph text

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    RESOLVED Posts
  • AnjaRobo
    Participant

    Hi There,

     

    Has anybody tried this and know how to fix it?

    See the attachment or on my not finished new blog: http://www.blog.robanke.dk 🙂

     

    Kind regards

    Anja

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi Anja,

     

    Thank you for your question.

     

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #content .post-content blockquote {
        margin-top: 40px;
    }

     

    Best regards,
    Shufflehound team

    AnjaRobo
    Participant

    Perfect – it’s resolved now 🙂

    Thanks a lot. I’m sp sure I’m going to very glad of this theme 🙂

     

    Kind regards

    Anja

    You are always welcome here 🙂

    psdbox
    Participant

    Hello I have an issue with the embed style. I want to make my own style, which file should I edit? Or at least how can I remove the quotes sign ” from the background?

    @psdbox Sorry we missed your reply here and found now so want to know whether you still need assistance here.

    psdbox
    Participant

    Well, would be great if you could tell me how to leave the default WordPress embed style. I don’t know if this should go into this forum…

     

    When pasting an internal URL on a post, wordpress uses oEmbed to show a preview of that link: the featured image and the excerpt….

    But gillion changes the style to quotes. I attached an image corresponding to this article:

    https://www.psdbox.com/tutorials/manipulations/surreal-manipulation-photoshop-tutorial

     

    It’s not an urgent problem but if the solution is easy, like tweaking some CSS, I would love to change it jjejeje

    Thanks for te support

    Attachments:
    You must be logged in to view attached files.

    You can remove blockquote from embedded content by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    blockquote.wp-embedded-content:before {
        display:none;
    }
Viewing 8 posts - 1 through 8 (of 8 total)