[Resolved] Category Images – Full Width

  • Author
    Posts
  • #13793

    Andrew Misplon
    Keymaster

    Hi, 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;
    }
    #13795

    Andrew Misplon
    Keymaster

    To 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%;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Scroll to top