Okay
  Public Ticket #1084752
Portfolio layout issues
Closed

Comments

  •  2
    screwster started the conversation

    Hi.
    I have 3 queries.
 
    1.    I am wondering if it's possible to set the default portfolio (which is also the home page) to open on one of the other filters, basically I would like to open on the 'overview' filter (and not 'All').
    2.   Is there a simple way to make the mobile version default to a 2 column grid instead of 1 column? I'm finding the single column is a bit too much for the amount of projects.
    3. Also on mobile layout my filter menu is overlapping the first image so I need a bit more space below it, or I'd be happy to hide the sub filters for the 'people' section altogether (but mobile only)


    I've tried applying some code I've seen in other comments but not had any luck so far. I was applying the code to the custom css area of the portfolio page. 
    Thanks, Paul

  •  1,558
    Laborator replied

    Hi Paul,

    1 — Unfortunately these are two completely different things, you cannot mix them.

    2 — This is possible only for the shop items, while for the other post types it is not.

    3 — This is how I see your site on mobile now, the filter doesn't seem to be overlapping the first image:


    (view large version)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    screwster replied

    Hi Art

    Thanks for the reply. OK I understand regarding points 1 and 2.

    Re: point 3 the issue is on the subfilter menu, please see attached.

    Thanks
    Paul

  •  1,558
    Laborator replied

    Hi Paul,

    Can you try pasting this in the Custom CSS > Responsive > Extra Small (XSS) area to see if it works:

    .product-filter .portfolio-subcategory {
      position: relative !important;
    }
    .product-filter .portfolio-subcategory {
      display: none !important;
    }
    .product-filter.subcategory-active .portfolio-subcategory {
      display: block !important;
    }
    .product-filter.subcategory-active .portfolio-root-categories {
      display: none !important;
    }
    

    In this article you can find out more how to add Custom CSS to your site.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    screwster replied

    Hi There

    This has worked, there is adequate space there now.

    Thanks

  •  1,558
    Laborator replied

    Glad to hear that it's working

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group