Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1377445
    franklozano
    Participant

    SO happy with the X-THEME and your support is fantastic. As my topic title suggests, I would like to move my breadcrumbs to fit under the x-header landmark and above the separator line which would justify them LEFT just as the header for that page is. Currently in this theme, the breadcrumbs are justified right.

    Here is a sample page:
    http://www.lozanoproductions.net/arctools-achieves-oracle-validated-integration-e1/

    How do I do this? I know based on all the responses I see you post, the solutions seem very easy most times.

    Thank you in advance.

    Frank

    INTEGRITY THEME

    #1377724
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    .x-landmark {
        width: 100%;
        display: block;
    }
    .x-breadcrumbs-wrap {
        width: 100%;
        text-align: left;
        float: left;
    }

    Hope that helps.

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