Reply To: Portfolio page's boxes don't align

Homepage Community Forums Epik Theme Support Portfolio page's boxes don't align Reply To: Portfolio page's boxes don't align

#15810
Wes
Moderator

    Sorry about that, I left a part of the code out (thats what happens when it’s really late and dealing with a lot of code haha). I did just edit the original reply above, but lets just start over fresh and we can follow this guide below.

    First, add this code in the Portfolio section –

    .portfolio-clear-2 {
    	clear: both;
    }

    That can go inside the Main Portfolio section in your CSS. Or you can add this at the very bottom of the CSS, but not inside of the Responsive section.

    The second set of code goes in the responsive section under (max-width: 580px) around line 4263.

    .portfolio-clear-2 {
    	clear: none;
    }

    I’m looking at your CSS file and it looks like you just added the last step/code at the bottom of the CSS when it should be inside of the Responsive Section of the CSS.

    So once we add the code in those 2 spots it should be fixed. I apologize again for the confusion.