Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #133022
    lizhenkenius
    Participant

    Hello!

    I’m having two different issues with my website. The first is getting my pages to center on the screen. I believe this issue may be related to an adjustment I made to the width of the primary sidebar on the right side of the screen in order to accommodate the widgets I have appearing on my posts pages. I want the post pages to stay as they are, I would only like to adjust the homepage, and about pages.

    The second issue I’m having is getting the primary sidebar with my selected widgets to appear on the “Food” archive. It appears on both the “Travel” and “Life” archives.

    All help is much appreciated!
    Thank you!!

    #133023
    lizhenkenius
    Participant

    Whoops forgot to link my website! elephantstep.com

    #133054
    Skandha
    Participant

    @lizhenkenius: To center homepage and about page
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:991px) {
    	.page-id-123 #content .wrapper,.page-id-4  #content .wrapper {
    		position:relative;
    		left:-75px;
    	}
    }

    Go to => Dashboard => Edit the page Food => At the bottom there is layout option make sure you have not selected No Sidebar Option

    Let me know if this solves your issue.

    Regards,
    Skandha

    #133055
    lizhenkenius
    Participant

    @skandha Thank you so much that totally fixed my centering issues!

    I cant find where to edit the “food” “travel” and “life” pages because they’re technically not pages, they are archives/categories. Also I’ve decided that I don’t want the sidebar to appear so instead of putting it on the food page I’d like to take it off the travel and life pages, sorry for the change!

    #133056
    lizhenkenius
    Participant

    @skandha I actually just found a way around the issue! Thank you so much for your help! 🙂

    #133059
    Skandha
    Participant

    @lizhenkenius: Glad to know that you were able to resolve the issue. Have a good day!

    Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Center Pages’ is closed to new replies.