Full width portfolio and blog post

Home Forums Jevelin Theme Full width portfolio and blog post

Home Forums Jevelin Theme Full width portfolio and blog post

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • dsharpe
    Participant

    Hello,

     

    Is it possible to make the portfolio project and blog post fill the screen width?

    The rest of the site fills the screen width and I would like these pages to do the same, I’ve attached an example. As it’s currently a dev site I’ve sent the link privately.

     

    Thanks for your help!

    Attachments:
    You must be logged in to view attached files.

    Hi @dsharpe,

     

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

     

    I can see on your shared pages that they are displaying full width as shown in the attached screenshot.

     

    If you want content on those pages to touch edges of browser then you can do so 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

     

    .single-fw-portfolio .container.entry-content {
        max-width: 100% !important;
        width: 100% !important;
    }

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.
Viewing 2 posts - 1 through 2 (of 2 total)