Okay
  Public Ticket #141858
Portfolio Fullscreen Alternative with Borders
Closed

Comments

  • Joshua started the conversation
    Hi Nectar, I'm close to getting most of the unsolved issues taken care of. I have one for you I can't seem to find, as I'm still a little confused on how the portfolio tile pages work. I'm using Fullscreen Alternative. I want the tiles to take up the bottom area of the page and without the project titles. What this logically requires is for each tile to have a 10px border, and then the container or wrap for the grid has a 10px border. Can you help me figure out how to style this. Thanks so much!
  •  982
    ThemeNectar replied

    Hey Joshua! I know I got back to your on the comments in regards first - but i'll post the css here as well:

    body .portfolio-items .col.elastic-portfolio-item {
      padding: 10px!important;
    }
    .portfolio-wrap {
        padding: 10px;
    }
    body .portfolio-items .col.elastic-portfolio-item {
        width: 19.7%!important;
    }

    Cheers!