Hi I am developing a site using the JA Conference template. I have published a Custom module in the Section position. It is an image of a map that is 1920px wide. I wish to make it full width, not in the container. Is it possible to do this?
jross Hi Add this code in custom.css file
#Mod105 .container { width: 100%; padding: 0px; }
Thanks, that worked well. JR :-)