Reply To: Full Width Video in Front Page 1 Widget of Aspire

Homepage Community Forums Aspire Theme Support Full Width Video in Front Page 1 Widget of Aspire Reply To: Full Width Video in Front Page 1 Widget of Aspire

#18824
Wes
Moderator

    .front-page-1 is included all throughout the Aspire Theme’s CSS file. Make sure you’re looking at the file labeled style.css. Although I mentioned earlier that you would need to *add* that code I posted earlier since it modifies the front-page-1 widget area. Since you’re now using the front-page-2 widget area, you’ll need to make sure it’s .front-page-2 rather than .front-page-1.

    .front-page-2 .wrap {
        max-width: 100%;
        padding: 0;
    }