I've been trying to modify a free WP-theme (Arcade Basic) to be full width. The element I need to modify is, according to inspect element, this:
.container { max-width: 1170px; }
It shows the source as (index):81 on Inspect Element, which is of course the index file of the page. Though I have no idea where that comes from.
It's probably some JS script of the theme but I went over all those with NotePad++:s search function and I didn't find any trace of that kind of code. The style.css doesn't have it either.
Where could that come from?