Hi on HappySoulHUngryMind.com I have the same image as the header image on the home page and the inner pages. However, they behave differently in how they fill up the space. I have code in global css file to adjust the header banner image size to be responsive to screen size, but looks like it is only affecting the internal pages.
Thank you, I solved the issue. I had set the home banner to cover while inside page banners were 100%.
background-size: 100%; /* changed from cover to 100% */
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.