Replies: 1
I am using the Sydney theme to create my website. So far everything looks good, however I cannot get my content to expand the full width of the page.
For example, I don’t want that white space on both sides, but rather have the inner part spread across the page. I tried editing the CSS, but nothing occurred.

I already tried doing, however it didn’t work
.content {
width: 100% !important;
}