Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #850525

    giles.ht
    Participant

    Hi,

    I’m working on a Ethos based dev. We have 3 standard post feeds, but would now like to add a masonry based portfolio feed to the site. I’m guessing that I need to supersede the “site wide” CSS with a custom CSS for portfolio based objects? also guessing this cant be the first time this has been asked so would love to hear suggestions before I do anything else

    Many thanks
    Giles

    #850549

    Rue Nel
    Moderator

    Hello Giles,

    Tanks for writing in! In X (all stacks), you can always select the layout of your blog index and archives to have a standard or masonry layout. You can always check this in the customizer settings, Appearance > Customize > Blog > Style and Appearance > Customize > Blog > Archives > Style. In creating your portfolio page, you can always use the Layout – Portfolio page template and it will be displayed with as masonry layout by default. On the other hand, the portfolio archive page will have the layout whichever you have set for the Blog archives layout style. To know more about portfolios, please check out our knowledge base here: https://community.theme.co/kb/portfolios/

    Hope this helps.

    #851137

    giles.ht
    Participant
    This reply has been marked as private.
    #851472

    Jade
    Moderator

    Hi Giles,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #858757

    giles.ht
    Participant
    This reply has been marked as private.
    #858848

    giles.ht
    Participant
    This reply has been marked as private.
    #859624

    Rad
    Moderator

    Hi there,

    Would you mind providing the login credentials as first login? I can’t get through since there is authentication.

    Thanks!

    #862341

    giles.ht
    Participant
    This reply has been marked as private.
    #862976

    Jade
    Moderator

    Hi Giles,

    Please add this CSS to the Customizer to achieve what you have on the screenshot:

    @media (min-width: 980px) {
        .single-x-portfolio .x-container.main {
            max-width: 890px;
        }
    
        .envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item {
            width: 46.33%;
        }
    }

    Yes you can use Cornerstone to edit Pages, Posts, Portfolio Items and some other custom post types.