Agent Focused Pro 2 Theme Setup

  1. Home
  2. Docs
  3. Agent Focused Pro 2 Theme Setup
  4. Extras
  5. Front Page 2 Left and Right Widget Areas – Full Width

Front Page 2 Left and Right Widget Areas – Full Width

​If you need more full-width widget areas, you can make Front Page 2 Left and Right widget areas full-width.

In Appearance > Customize > Additional CSS, add the following CSS.

@media only screen and (min-width: 800px) {
	.front-page-2-left,
	.front-page-2-right {
		width: 100%;
	}
	.front-page-2-left {
		border: none;
	}
}