Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1325296
    henrybag
    Participant

    Hi

    The site in question is http://thepropertymediators.co.uk

    I have managed to get the blog header looking like this http://thepropertymediators.co.uk/blog/

    But I’m wanting to achieve the same with the Category Archive header.

    http://thepropertymediators.co.uk/category/tips/

    I’m running a child theme and have been looking in the _landmark-header.php file to do this but can’t seem to get it working

    Many thanks

    Henry

    #1325360
    Paul R
    Moderator

    Hi Henry,

    To achieve that, you can add this under Custom > Edit Global CSS in the Customizer.

    
    .archive.category .x-header-landmark  {
        width: 100%;
        max-width: 100%;
    }
    
    .archive.category .h-landmark,
    .archive.category .p-landmark-sub {
        max-width: 940px;
        margin: 0 auto;
        padding: 0;
    }
    

    Hope that helps.

    #1325398
    henrybag
    Participant

    That’s great – I just need to edit the actual header for the category pages, is that in the _landmark-header.php file?

    Thanks

    Henry

    #1325408
    Christian
    Moderator

    Yes, that is the file you need.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1325296 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>