When I view my website on mobile devices the border is quite large. Is there anyway I can reduce the space between the text and the edge of the screen by half?
Thanks
http://asapsevents.org.au/upcoming-events/37th-annual-asaps-conference-2014/photography-masterclass
Hey TheProductionHouseEvents!
Please add following code to Quick CSS
@media only screen and (max-width: 767px) and (min-width: 480px) {
.responsive .container {
width: 475px; }}
@media only screen and (max-width: 480px) {
.responsive .container {
width: 340px; }}
For further customization, please edit Grid.css file inside Enfold/Css folder or hire a freelance developer
Best regards,
Yigit