Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1404711
    glynnek
    Participant

    Hi, I’ve been using Ethos them to build my website. I don’t like the layout of the portfolio item page though. Is it possible to use the Integrity layout just for that section? I like the large featured image at the top of the page, and the text underneath rather than the 2 columns used in Ethos.

    #1404741
    Christopher
    Moderator

    Hi there,

    Are you referring to portfolio item page?

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

    .single-x-portfolio .entry-featured img {
        width: 100%;
    }
    .single-x-portfolio .entry-featured {
        float: none;
        width: 100%;
    }
    .single-x-portfolio .entry-wrap {
        float: none;
        width: 100%;
    }
    .single-x-portfolio .entry-content {
        width: 64%;
        float: left;
    }
    .single-x-portfolio .entry-extra {
        float: right;
        width: 28%;
    }
    

    Hope that helps.

    #1404754
    glynnek
    Participant

    Perfect thanks!

    Glynne

    #1404759
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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