Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1020848
    ADS Media
    Participant

    Is there any way to make the portfolio listing go completely full width?

    In cornerstone you can turn off the Column Container on a row and the content goes full width from edge to edge. Is there any way I can set the portfolio listing page to do this?

    Thanks in advance!

    #1021445
    Lely
    Moderator

    Hi There,

    Please try adding this custom CSSo on Appearance > Customize > Custom > Edit Global CSS:

    .page-template-template-layout-portfolio .x-container.max {
        width: 100%;
        max-width: none;
    }

    If it doesn’t do the trick, please provide us with your portfolio URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1022384
    ADS Media
    Participant

    That worked however it also increased our nav to full width as well on that page which breaks consistency with the rest of the site.

    #1022387
    ADS Media
    Participant
    This reply has been marked as private.
    #1022410
    ADS Media
    Participant

    I think I’ve come up with a solution for the nav on the one page:

    .page-template-template-layout-portfolio .x-navbar-inner {
        max-width: 1500px;
        margin: auto auto;
        width: 90%;
    }

    I copied the css from x-container.max and x-container.width and combined them into the x-navbar-inner for the portfolio page. Probably an inelegant solution, but it works for now until I hear back from you with something better.

    #1022709
    Rupok
    Member

    Hi there,

    Thanks for updating. It seems a good solution. If that solve your issue then go with that.

    Cheers!

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