Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1269875
    P Hammond
    Participant

    Howdy! I have updated the landmark header php file to include Category descriptions on a site. However, when I input the descriptions, it looks like this: http://mitb.flywheelsites.com/?cat=4

    That text runs the full width, no matter what Blog settings I use on customizer. How can I constrain that text to site-wide width?

    Thank you so much.

    #1269885
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

    body.archive.category p:first-child {
    margin-left: 11%;
    margin-right: 11%;
    }
    
    

    Hope that helps

    Joao

    #1269904
    P Hammond
    Participant

    Joao, first, Happy Thanksgiving! I really appreciate the help.
    Second. oh no, that didn’t work. Any other possibilities?

    #1269908
    Friech
    Moderator

    Hi There,

    You edited the _landmark template, right? Please look for this line:

    <header class="x-header-landmark x-container-fluid max width">

    And update that to:

    <header class="x-header-landmark x-container max width">

    Hope it helps, Cheers!

    #1269929
    P Hammond
    Participant

    That was perfect!

    #1270057
    Friech
    Moderator

    Glad we could help, Cheers!

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