Hi, in one of our pages http://ahcc.wpx.me/apple-tree-cottage/ we added the content into responsive DIVs so that it would look good on mobile however the images doesn't go into the center. Can you give us any suggestion on how to do the responsive DIVs properly so that when its on mobile the images are centered? thank you
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .fullwidth img { width: 80%; } Adjust its value as per your requirements.