• Hello Friends, i need some help with my portfolio page.

    I would like each page of the jobs created, stay in full Widt, how i can do that ? Because there isn’t in page the option to select and change, so how could you do this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello there,

    Thank you for getting in touch here.

    Could you please try to apply the following CSS code through the Simple Custom CSS plugin or child theme’s style.css?

    .single-projects #primary{
      width: 100% !important;
    }
    
    .single-projects #secondary{
      display: none;
    }
    

    Regards,
    Kharis

    Thread Starter francynesoares

    (@francynesoares)

    Hello Kharis,

    I like to make this page as a page any theme? The pages i create doesnt have the signature of the author and publication date, and have the option to use the layout created with Page Builder , would like the portfolio page like this, is how?

    Hello there,

    > … I like to make this page as a page any theme?

    I can’t get it clearly. Sorry :(. Could you please elaborate it?

    > … The pages i create doesnt have the signature of the author and publication date

    Does that mean you want to hide them? Please confirm.

    > … and have the option to use the layout created with Page Builder

    You can enable page builder on the “Projects” post type. Please go to Settings > Page Builder > General > enable “Projects” post type.

    Regards,
    Kharis

    Thread Starter francynesoares

    (@francynesoares)

    Hello Kharis,

    So lets go:

    > … I like to make this page as a page any theme?

    (When i create a new page, this page is all empty, so i can build as i wish, but in portfolio, or any pages to sydney theme, this pages have title, miniature photo, and anothers elements that i don’t like to show, how i can take this elements?

    Thanks so much for all!

    Hello there,

    Could you please try to apply the following CSS code through the Simple Custom CSS plugin or child theme’s style.css?

    .single-projects .entry-thumb,
    .single-projects .entry-header,
    .single-projects .entry-footer,
    .single-projects .post-navigation{
      display: none;
    }
    
    .single-projects .page-wrap{
      padding: 0;
    }
    
    .single-projects .page-wrap .content-wrapper{
      padding-top: 0;
      padding-bottom: 0;
    }
    
    .single-projects .content-area .hentry{
      padding-bottom: 0;
    }
    
    .single-projects #primary.col-md-9{
      width: 100%;
    }
    
    .single-projects #secondary.col-md-3{
      display: none;
    }
    

    Regards,
    Kharis

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Full Widt Porftolio Page’ is closed to new replies.