Remove side bar and center whole page

Home Forums Legacy Support Support queries Styling issues Remove side bar and center whole page

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #222422
    rrothman
    Participant
    Hello, I changed the directory layout to be full page, and created a sidebar that doesn't have any widgets in it, but I still am unable to center the page all the way across. See here for reference https://docs.google.com/drawings/d/1vIPYyqlH9JvMEBjwFIHjF30n8Qo6djf6keeL7HUUyGs/edit?usp=sharing
    #222513
    Diana
    Participant
    @rrothman, Edit your page and change the page template from here refer: http://prntscr.com/otcyln You can set the page template as Full width page template as well. Both these templates will not show the sidebar content
    #222685
    rrothman
    Participant
    I can't find that when I am editing the page. Also I would like to edit the entire course so it does not have a side bar.
    #222722
    logan
    Member
    Hello, goto wp-admin >> pages >> all pages >> open a page in which you want to make changes >> edit that page. here you could find the template option. refer: http://prntscr.com/otcyln if having trouble then please share the page url on which you want to remove the side bar, i will check that and will share a screenshot of the solution later.
    #222783
    rrothman
    Participant
    This reply has been marked as private.
    #222817
    logan
    Member
    Hello, this is a unit section where page attribute does not apply. I can share only custom codes for this to fix the issue. Please goto wp-admin >>> appearance >>> customize >>> custom css >>> paste & save. .postid-2990 section#content .unit_wrap{ left: 50%; right: 50%; transform: translate(-33%); } refer: http://prntscr.com/ougwk9 this will work on this ppage only: https://courses.intentionalexperience.com/unit/understanding-the-acorn/?id=2981
    #223506
    rrothman
    Participant
    Is there something I can do that will remove all side bars from all of my courses?
    #223546
    logan
    Member
    Hello, yes, give me the page links, I will check the issue on every page and fix them in one shot.
    #224370
    rrothman
    Participant
    I am not sure how to go about doing this, as I will be continuing to create courses and add pages to my classes.
    #224477
    logan
    Member
    Hello, you could use this css, this will be applied on all units.

    section#content .unit_wrap{

    left: 50%;

    right: 50%;

    transform: translate(-33%);

    }

    #224509
    rrothman
    Participant
    Ok. This worked, but is there anyway to make this work without such wide margins?
    #224554
    logan
    Member
    Nope. i used unit classes to transfer content from 1 position to another.
Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Remove side bar and center whole page’ is closed to new replies.