Posts: 2,599
Threads: 71
Joined: Apr 2012
Reputation:
245
2015-08-26, 12:41 PM
you have set #container, #content, and .wrapper width to 1024px.. and they all have their own padding.. so the width gets incresed accordingly and cuts off...
also the templates has some issues.. you have added one more #container inside .wrapper which again spoils the css... check the screenshot...
a temporary workaround is to remove "overflow: hidden;" from #container and #content in global.css
but a proper fix is to remove the #container inside .wrapper and change the width of #content, and .wrapper to 984px, that is 1024-40, where 40 is the padding of 20px on each side...
We can't help everyone, but everyone can help someone - Ronald Reagan
Did you know? Your question has already been answered. But you haven't searched it yet.
Don’t Forget to “Mark as Solved” after the fix
Posts: 2,599
Threads: 71
Joined: Apr 2012
Reputation:
245
2015-08-27, 04:15 AM
(2015-08-26, 04:34 PM)Zies Wrote: How can I remove the padding so that there's no gaps either side of my forum display?
remove "padding: 20px;" from #content in global.css and change the width of #content, and .wrapper back to 1024px
We can't help everyone, but everyone can help someone - Ronald Reagan
Did you know? Your question has already been answered. But you haven't searched it yet.
Don’t Forget to “Mark as Solved” after the fix