Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1114152
    Ben
    Participant

    Hi,

    I am trying to remove the portfolio container so that the first link, will look like the second link.

    First link: http://ott.ua.edu/?post_type=x-portfolio&p=5249

    Second link: http://ott.ua.edu/sample-portfolio/

    What sort of options exist for making these changes?

    #1114198
    Joao
    Moderator

    Hi There,

    First link is not working

    Is it unpublished? If yes please provide admin credentials or publish in order that we can see.

    Thanks

    Joao

    #1115531
    Ben
    Participant
    This reply has been marked as private.
    #1115640
    Thai
    Moderator

    Hi There,

    To achieve that, please add the following CSS under Customizer > Custom > Global CSS:

    .single-x-portfolio .x-container.max.width.offset {
        width: 100%;
        max-width: 100%;
    }
    .x-portfolio .entry-info {
        width: 100%;
    }
    .x-portfolio .entry-extra {
        display: none;
    }

    Hope it helps 🙂

    #1115687
    Ben
    Participant

    Thanks. That somewhat worked. Is there any way to have it stretch the whole page and to remove the navbar?

    http://ott.ua.edu/portfolio-item/cornerstone-draft/

    #1115755
    Thai
    Moderator

    Please add this CSS:

    .single-x-portfolio .masthead {
        display: none;
    }
    .single-x-portfolio .x-container.max.width.offset {
        margin: 0;
    }

    Hope it helps 🙂

    #1115896
    Ben
    Participant

    Still, doesn’t run the full width of the page. It will do for now. Thanks for all of your help!

    http://ott.ua.edu/portfolio-item/cornerstone-draft/

    #1116064
    Jade
    Moderator

    You’re welcome Ben.

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