Okay
  Public Ticket #1449614
Space for sub categories in portfolio
Closed

Comments

  • kett2932 started the conversation

    On the above referenced page I have 2 categories and for the "residential" category I have 10 sub categories. Unfortunately the last two are listed below where the images start cutting them off. How do I increase that section so these other two sub categories will show up on my website?

  •  2,010
    Ocean replied

    Hello,

    You can easy add custom css code here: http://prntscr.com/gbgjxt

    @media only screen and (min-width: 993px) {
        #filters, .filters{margin-bottom: 80px;}
    }
    

    Thank you