Reports about issues that you encounter in Suffusion
Forum rules
1. No offensive language and no mocking 2. Please do a thorough search before you post something. Trust us, there is a high probability that the question you are asking has been asked previously. 3. No soliciting. You cannot post here soliciting bids for people offer you quotes, or even offer money to people for some work. You will be moderated if you do so. If you are looking for help, please post your request on http://jobs.wordpress.net or http://codepoet.com 4. Please be reasonable. You are getting software and support. For free. Complicated requests from a general purpose theme are not welcome and some volunteers might lose patience with you. 5. Please do your due diligence. If you posted a query and we answered with a link, take the trouble to go through the link contents. 6. Please post with complete information. Requests for help MUST be accompanied with your URL, particularly if you are asking something like "Why am I seeing a blank space?"
OK if this is not a bug, what did I do wrong? the css border line is moving upward when I placed the line under the images. How can I put the border under the picture then. I did it correctly under the video but it changed when I put it under the image? please help me understand why it did that.
Actually I wasn't able to understand what you were reporting as in issue in the first place. What is it that you are doing, what is it that you are expecting to see and what is it that you are seeing?
On the link that i sent you, the border is not under the image that I want it to be. I wanted the border line under the green anatomy module with the other images under that Just like it look under the video image at the top of the page. http://test.xertionfitness.com/exercise/
Well, that is definitely not a theme issue: the markup you are using to generate the desired output is not correct. You have defined the border to show below the green picture, which it is showing correctly.
To stack things one on top of another you must use the right combination of CSS float and display attributes.