Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1069529
    swensen
    Participant

    Hi Theme Co,

    I need help with editing portfolio template.
    I’m using Agency demo as my core theme.

    I need to add more pictures to portfolio post type like attached picture (2 pictures per row).
    I’ve no idea how to do this. Please give me some advice.

    Thank you
    SweNz

    #1069569
    Christopher
    Moderator

    Hi there,

    Please check this link : https://community.theme.co/kb/portfolios/
    If you need further assist, provide us with URL and login credentials.

    Thanks.

    #1069615
    swensen
    Participant
    This reply has been marked as private.
    #1069968
    Rue Nel
    Moderator

    Hello There,

    Thank you for the very detailed information. To resolve your issue and change your layout like the one you have shown in the screenshot, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .single-x-portfolio .entry-featured,
    .single-x-portfolio .entry-wrap {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    
    .x-flexslider.x-flexslider-featured-gallery.man {
        overflow: hidden;
    }

    Please let us know if this works out for you.

    #1070081
    swensen
    Participant

    Hi Rue Nel,
    You saved my day, it works like a charm.
    All I need is

    .single-x-portfolio .entry-wrap {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    Thank you
    SweNz

    #1070156
    Christian
    Moderator

    You’re welcome. Glad we could help.

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