[Resolved] Category Images – Full WidthThis topic has 2 replies, 2 voices, and was last updated 5 years, 4 months ago by Andrew Misplon.AuthorPosts January 7, 2020 at 8:56 am #13793 Andrew MisplonKeymasterHi, you could try the following added to Customize > Additional CSS:.single .entry-header, .page .site-content > .entry-header, .blog .page-header, .archive .page-header, .search-results .page-header, .search-no-results .page-header, .error404 .page-header { border: 1px solid green; } January 7, 2020 at 9:03 am #13795 Andrew MisplonKeymasterTo make the container full-width, just for the archive pages, you can add:.archive .page-header .container { max-width: none; } .archive .container .title-wrapper { width: 100%; }AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)You must be logged in to reply to this topic.