Hi,
I’ve found a simple solution to this issue.
Implement this in the easy-portfolio/css/portfolio-style.css file:
#main-container { display: table; }
.ep_portfolio { display: table-footer-group; }
#content-container { display: table-header-group; }
where ‘main-container’ and ‘content-container’ are to be renamed to their respective names in your theme or template.
These lines in the css file will force the portfolio to be displayed after your content.
Hope this helps anyone having the same issue.
Kind regards,
Bart
Hi,
I’m having the same issue. I just can’t get any text before the portfolio.
Is there any solution for this?
Thanks in advance!