• Closed
  • Loretta Steffen
    Spectator
    August 24, 2016 at 4:58 pm #29975

    Hi,

    I am using WP v4.5.3 and evolve Plus Version: 2.6.8.

    I created a page with the Template set to Portfolio One Column Text.

    I have 2 issues with using this template for the page:

    1) I created a custom line height for the evolve theme by adding it to Appearance > Theme Options > Custom CSS. This has adjusted the line height on all other pages but the page using the Portfolio One Column Text template is not picking up and using this custom css. So, the line height on this page is different than the rest of the pages.

    Could you tell me what I need to do to get the line height on pages using the Portfolio One Column Text template to be the same line height as the rest of the site (as set in the Custom CSS)?

    2) I would like to change the padding for this page. On the page editor I attempted to use Page Options > Layout. I set Sidebar Position to “no sidebar”. I set Full Width to “Yes”. Where it says “100% Width Template Left/Right Padding” I have tried entering different pixel amounts in this box but the padding does not change.

    How can I set the padding for the pages that use the Portfolio One Column Text template?

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    August 25, 2016 at 2:19 am #29988

    Hi,

    Please post URL of your Portfolio One Column Text page.
    We need to see the source code.

    Thank you.

    Loretta Steffen
    Spectator
    Posts: 7
    August 26, 2016 at 3:26 pm #30032
    This reply has been marked as private.
    Denzel Chia
    Moderator
    Posts: 2656
    August 27, 2016 at 10:43 am #30052

    Hi,

    Please use the following for the line height.
    Use in Theme Options -> Custom CSS

    .page-template-portfolio-one-column-text #content {
    line-height: 1.2 !important;
    }

    How can I set the padding for the pages that use the Portfolio One Column Text template?

    Please tell me padding for which part of the page?
    Please use screen-shot with annotation to point to me.

    Thank you

    Loretta Steffen
    Spectator
    Posts: 7
    August 29, 2016 at 3:57 pm #30091
    This reply has been marked as private.
    Denzel Chia
    Moderator
    Posts: 2656
    August 30, 2016 at 2:03 am #30095

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .page-template-portfolio-one-column-text .post-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
    }

    Thank you

    Loretta Steffen
    Spectator
    Posts: 7
    August 31, 2016 at 9:16 pm #30124

    Thanks for your help 🙂

    Denzel Chia
    Moderator
    Posts: 2656
    September 1, 2016 at 2:01 am #30134

    You are welcome.
    Thank you