• I’m not terribly tech savvy, so bear with me.
    I have a static page set for my “Home” page on my wordpress site. What I want to do is remove the large white area (body?) from the bottom half, so that the actual page itself is shorter with little to no ability to scroll down. Is there a way to do this?

    My site here: https://aninfinitemomentphotography.com/

    Thanks!

Viewing 1 replies (of 1 total)
  • Are you talking about the part with “Galleries”, “Facebook”, and “Blog” in it?

    Look in your theme for <div id="content-container" class="center"> and remove the entire div. Does that make sense? Here is the rub: unless you have a custom page template for your static home page you may be removing all of the content for all of your site. Exciting, yes? ??

    You could also build and “if” switch around that section.

    Do this: find that div I mentioned and paste the php from that file to the pastebin.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Body from Static Home Page’ is closed to new replies.