Like the banners I had issue with in heading 1 I would like to make images within my pages responsive. here are the links for the two pages. http://www.centraljerseyofficeequipment.com/november-special/ http://www.centraljerseyofficeequipment.com/swingline-shredder/ any help is greatly appreciated.
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .content-bar img { width: 100%; height: auto; } This will solve your issue.