Skip to:
Content
Pages
Categories
Search
Top
Bottom

Image


  • Mei Ling
    Participant

    @mei-ling

    Hi there,

    When I insert a picture from WordPress in topic, there is “a blank” between the “top” of the topic and the picture. I get the same issue with “blockquote”.

    Here is an example.

    How can I solve it?

    I thank you in advance

    Regards

    Mei Ling

Viewing 2 replies - 1 through 2 (of 2 total)

  • Robkk
    Moderator

    @robkk

    Add all this CSS, it fixes the issue you have created this topic for and whatever else I could find on your site.

    #bbpress-forums .reply a {
        padding: 0;
        display: inline-block !important;
        text-align: inherit!important;
    }
    
    #bbpress-forums .reply a:hover {
        background-color: transparent !important;
    }
    
    #bbpress-forums li.bbp-topic-voice-count, 
    #bbpress-forums li.bbp-topic-reply-count {
        color: inherit;
    }
    
    #bbpress-forums #content p{
        text-align: inherit;
    }

    Mei Ling
    Participant

    @mei-ling

    I thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar