Hi, I am developing this site and I am getting a horizontal scroll bar happening on the homepage.
How would I remove this? Thanks, JR
In case you were wondering, the site is now live at https://www.joomlaaustralia.com/ I have tried disabling each module, one at a time to see if I could find if it was a module causing the issue. Turning off modules did not work unfortunately.
jross Hi Add this code in custom css file
.t3-wrapper { position: relative; }
That worked beautifully, thanks. JR