Full width issue on theme

I’m experimenting with the Avada theme and have tried some of the other suggestions in the forum to correct the issue of full width rows not working with the Avada theme. Specifically, I’ve tried:

.fl-builder #content {
width: 100%;
}
#main {
padding-left: 0px !important;
padding-right: 0px !important;
}

However, it doesn’t seem to be working. Here’s the url: http://prototypes.graphiczen.com/graphiczen_genesis

Can you assist with where I’m making the error?

Thanks.

Hi Rudy,

Can you try the following CSS, please.

#main .fusion-row {
    padding-left: 0;
    padding-right: 0;
}

Thanks,
Danny

Danny,

Perfect! Thanks for the assist.

No problem, Rudy. Happy to help!

Thanks,
Danny