Quote Originally Posted by naczyls747 View Post
Dear Anne,

Thank you for your prompt reply :)

May I know if the responsive codes (based on what is broken on my website) is located in stylesheet or responsive? Or any files in the CSS folder?
Apologize for the newbie question.. this is my first website building experience.
I am not sure exactly what you are asking. There are media queries in the responsive.css stylesheet that are called on devices that use certain widths. If you backtrack through your changes and find a change that breaks the responsive design, then you need to modify the new element (most likely using css) so that it fits into the responsive design or uses responsive design principles.

Thanks,

Anne