Skip to:
Content
Pages
Categories
Search
Top
Bottom

blockquote function broken!

  • @remike

    Participant

    Can someone please help me out?

    The quoting function leaves me out with a huge margin before the quote! I first noticed it today and I have no idea what caused it!

    I added a fancy editor a couple days age pasting a code from topic.
    I also messed around with plugins GD bbPress Tools and bbPress2 BBCode trying to find the best solution for quoting.

    Somehow I have now a huge margin, I can’t edit it in css – don’t know what to do!

    It looks like this http://img152.imageshack.us/img152/1030/quoteproblem.png

    The link to my forum and an example topic with (notice that the quoting function worked fine a few days ago…)
    http://lowcygier.pl/temat/dolacz-do-naszej-grupy-na-steamgifts/?view=all#post-1877

    Please, I will appreciate any suggestions

Viewing 4 replies - 1 through 4 (of 4 total)
  • @jaredatch

    Member

    It’s because the blockquote has clear:both;.

    You need to add another style to override that, something like .bbpress blockquote { clear: none; }

    @rqsulfates11

    Participant

    I see.

    @remike

    Participant

    Jared Atchison, thanks so much for the answer!

    I added your piece of code to my child theme CSS and unfortunately it didn’t change anything… 🙁
    I even added the “!important” note, with no success.

    Are you sure that is there reason or did I just paste it in a wrong place?

    @remike

    Participant

    My bad – the only thing is you shouldn’t put the dot before “blockqute” in the dot. Now it works perfectly!

    Thank you very much Jared Atchsion!

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