• On a page it shows only “Default template” no option for full width page.

    How do I make a full width page? Because annoying sidebar is in the way.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Sam

    (@soumendra)

    Hello,

    Can you provide the link to your site so that i can help you regarding that.

    Thank you.

    Thread Starter farhan786

    (@farhan786)

    jannahrelief.com

    i want full width on “forums”.

    Sam

    (@soumendra)

    Hello,

    You can try this in your Custom CSS to make the “Forums” page full width:

    .page-id-31 .container {
        max-width: 1335px;
        width: 100%;
    }

    Thank you.

    Thread Starter farhan786

    (@farhan786)

    i dont have custom css, so where should i put the code? which css page?

    Sam

    (@soumendra)

    Hello,

    If you don’t have Custom CSS you can try this link for more information:

    [ Moderator note: link redacted, please do not send people to your site that way. ]

    Hope that helps you, feel free to ask if there is any other problem.

    Thank you.

    • This reply was modified 8 years, 3 months ago by Jan Dembowski.
    Thread Starter farhan786

    (@farhan786)

    Ok I have added the custom CSS, The forum is bigger.

    But I want the sidebar removed. THe one that says “recent posts” “Pages” etc.

    Sam

    (@soumendra)

    Hello,

    You need to try this in your Custom CSS to remove the sidebar:

    .page-id-31 .column-4-12.right {
        display: none;
    }
    .page-id-31 .column-8-12.left {
        max-width: 1335px;
        width: 100%;
    }
    .page-id-31 .section-inner-page .page-container {
        margin: 0;
    }

    Thank you.

    Thread Starter farhan786

    (@farhan786)

    THanks

    What about disabling footer on that specific page?

    Thread Starter farhan786

    (@farhan786)

    Also the footer keeps having things like “Categories” and gives me no option to remove specifically just category. How do I do that too?

    Sam

    (@soumendra)

    Hello,

    You can change those from your Dashboard > Appearance > Widget > Footer widget.

    Thank you.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Full page width’ is closed to new replies.