Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello Nina,
    It seems that you want to remove the sidebar from the posts.
    Add the following code in custom css (it has been introduced in the latest version)-

    #secondary:not(.home) {
    display: none !important;
    }
    #primary:not(.home) {
    width: 100% !important;
    }

    It should make the posts full width and hide the sidebar.

    Thread Starter ninagrumsen

    (@ninagrumsen)

    Thank you so much! It is working ?? Do you know how I can use columns? I have downloaded the plugin “Easy columns” and also WP edit wich also have a columns function. But it dosent work. When i preview my page the codes just show.

    Thread Starter ninagrumsen

    (@ninagrumsen)

    Is it possible to only use the full page on some of my pages?

    Thread Starter ninagrumsen

    (@ninagrumsen)

    I figured out the columns ??

    Currently, it is not possible but it will surely be introduced in the future updates.

    Thread Starter ninagrumsen

    (@ninagrumsen)

    okay, thank you.

    Hi divjotsingh_440,
    same question as Nina,
    at the left hand side, display the logo and social media icon
    how to deleted it, i want put more content in the page
    also,

    also the logo display in mobile is too small, how to fix it,
    thank you for your support,
    Jim

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘full page with the theme Klean’ is closed to new replies.