ElkArte Community

Elk Development => Bug Reports => Exterminated Bugs => Topic started by: radu81 on April 06, 2018, 04:39:12 am

Title: Inline image full size aligned to left
Post by: radu81 on April 06, 2018, 04:39:12 am
As you can see below the buttons Quick Edit, Quote and More are aligned next to the image:

(Link-5717)
Title: Re: Inline image full size aligned to left
Post by: Spuds on April 06, 2018, 10:12:14 am
You can try adding
clear: both;
to the .quickbuttons css decleartion.   That should fix what is shown here, I don't think it will cause other problems but would need to test.
Title: Re: Inline image full size aligned to left
Post by: Frenzie on April 07, 2018, 02:25:24 pm
I wasn't sure what you were talking about, but the effect only occurs when you make your window wider than ~1320 pixels.

As @Spuds says clear:both on .quickbuttons should do the trick.
Title: Re: Inline image full size aligned to left
Post by: radu81 on April 07, 2018, 06:16:16 pm
Thank you, it works, but is there a way to add some space between the buttons and the image (or between the post content)?
margin-top is not working
Title: Re: Inline image full size aligned to left
Post by: Spuds on April 07, 2018, 06:49:42 pm
Try to add padding-top instead (to quickbuttons)
Title: Re: Inline image full size aligned to left
Post by: radu81 on April 08, 2018, 02:04:44 am
thank you, clear both and padding-top works fine
Title: Re: Inline image full size aligned to left
Post by: emanuele on May 29, 2018, 05:20:54 pm
@Spuds did you remember if you add the fix for this?

/me takes note that this forum should be updated... at some point.
Title: Re: Inline image full size aligned to left
Post by: Spuds on May 29, 2018, 09:36:02 pm
Yup .. https://github.com/elkarte/Elkarte/commit/3c42aa2ed1ddbee90bb1cb5eb31ae9822ee55b83#diff-e33f874ed9118f8f13074c8e2003beb6