Recently, I encountered an issue while testing my website on the iPhone. The footer was not covering the full width, especially on Safari browser. After some digging, I realized that the problem might be caused by an absolutely positioned DIV called #leaf-print
within the #header
.
Despite going through numerous articles on Stackoverflow, I couldn't find a solution. The website in question is located at: www.azumis.com/clients/onaturals. Ideally, I am looking for CSS code to adjust the viewport width on iPhone screens to 952px. Any assistance would be highly appreciated. Thank you!