Re: [css-d] help getting my under by

2016-11-29 Thread Angela French
Thank you all. I got it using a clear:both on the . I realized I don't have a good understanding of the clear property values for example clear:both vs clear:left or clear:right; -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org

Re: [css-d] help getting my under by

2016-11-29 Thread Chris Rockwell
The issue appears to be at line 1725 of sbctc.css. Is floating every image in the main container the desired behavior? If so, you'll have to explicitly reset for either all within a element or use a class. You'll need to be more specific with your declaration than what you've done here: @media

Re: [css-d] help getting my under by

2016-11-29 Thread Angela French
Well based on your example (good & correct HTML, no need for more), the caption is exactly where you want it to be - given the code above. So what exactly is your issue? Notes: 1. you don’t need the `clear:both` on the figcaption, position: absolute takes care of that. 2. there is lots of whi