Portfolio: Wrap longer text entries below image

Home Forums Jevelin Theme Portfolio: Wrap longer text entries below image

Home Forums Jevelin Theme Portfolio: Wrap longer text entries below image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • MrHaasome
    Participant

    Hello,

     

    The default format after clicking into a portfolio item is a cover image on the left, with the project text on the right. For longer bodies of text, how can the formatting be changed so that the text below the portfolio cover image utilizes the whole screen, not just the far right?

    Hi @MrHaasome,

     

    I hope you are well today and thank you for your question.

     

    Do you want to display project text below image instead of right?

     

    Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?

     

    Best regards,
    Shufflehound team

    uoebusiness
    Participant

    Hello. I have the same issue. I would like the text to sit below any images or at least the featured image instead of a small 33% column on the right. Is this possible to adjust without hacking about with the CSS?

     

    Example (text only): business-school.ed.ac.uk/mym/project/the-freedom-bakery/

     

    Thanks.

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-portfolio-single-default .sh-portfolio-single-right.col-md-8,
    .sh-portfolio-single-default .sh-portfolio-single-left.col-md-4 {
        width: 100%;
        
    }
Viewing 4 posts - 1 through 4 (of 4 total)