Viewing 3 replies - 1 through 3 (of 3 total)
  • 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!

    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

    Plugin Author Tushar Patel

    (@tushar44u)

    Hi @bramblestorm,

    Thanks for sharing your idea with me.
    I will update this in my next update.
    Please give review to my plugin if it is helpful to you.

    more help contact me on [email protected].

    Thanks and regards
    Tushar Patel

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show text before portfolio’ is closed to new replies.