I'm not sure what caused this, but I seem to have an extra portfolio grid above my main portfolio grid.
I currently have a portfolio grid set to display 16 posts and hide on mobile.
I also have a portfolio grid set to display 5 posts and hide on desktop and tablet.
Both of these display correctly.
Any idea how to remove the random extra portfolio grid that displays 4 posts just below the page header.
Thanks!
Comments
.page-id-64 .portfolio_slider { display: none !important; }But this will leave padding in the top which comes from section. If you don`t want this padding, then you must play with section options because as we see you did something wrong. You made section which is hidden on mobile and that`s why is visible on desktop.