I am in the process of updating my website layout from an old version marked by Old HTML, which can be found at
JFiddle: https://jsfiddle.net/LybeppL3/11/
The new version I am working on, known as Current Code:
https://jsfiddle.net/5c2sm9s1/23/
OR at PreemPrice.com
However, I am facing challenges with making my new layout responsive like the old one. There are two specific issues that I am encountering:
- The figure/image collapses below instead of above the body of paragraphs as intended.
- The image collapses un-centered compared to the previous code.
While the new code looks better on desktop in terms of not interfering with the text, it is lacking in a visually pleasing appearance on mobile devices unlike the old version.
Desired Mobile Look for New Code:
https://i.sstatic.net/17rtE.png
Aesthetic Issues in New Code Requiring Correction:
This showcases the problems mentioned earlier - stacking below instead of above the paragraphs and lack of centering.
I am looking for solutions to align the new code with the visual appeal of the old code (1).
https://i.sstatic.net/QGbhX.png
Your assistance in resolving these issues and achieving the desired outcome is greatly appreciated. Thank you!