Skip to main content
Topic: Followup text misalignment (Read 1542 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Followup text misalignment

See the attachment. O:-)

@Spuds I think this may be related to the bug of the quote/like/more buttons moved around with large images?

Re: Followup text misalignment

Reply #1

Yes ... Since quickbuttons is used in other areas I should have add the clear: both to target only the lower nav area (still a bit fragile, would be better with an id on that nav but ....)  So adding

Code: [Select]
nav > .quickbuttons {
clear: both;
}

and pulling that clear: both out of quickbuttons (that 1.1.4 will add)  should fix the issue ...

So now the question, we have a few niggly things found in 1.1.4 ,,, shall we update it before release?

 

Re: Followup text misalignment

Reply #2

That was also my doubt as well. xD
I'll add it locally, it shouldn't break too much I guess. LOL
Bugs creator.
Features destroyer.
Template killer.

Re: Followup text misalignment

Reply #3

Tracked?