Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • I switched to a much simpler coded theme (Designer by Dessign.net) and it seems to be working well for my tweaking purposes. However, I would still like to know if anyone knows how to fix the issue I was having…

    Hello all, after trying to figure out how to achieve this on my own site for a few hours I figured it out.
    You need to edit style.css and replace

    .home .hentry, .archive .hentry {
    	float: left;
    	width: 23.40425531914894%;
    	height: 150px;
    	margin: 0 2.127659574468085% 20px 0;
    	position: relative;
    	overflow: hidden;
    }

    with

    .home .hentry {
    	float: left;
    	width: 100%;
    	margin: 0 0 20px 0;
    	font-size: 1em;
    }
    .archive .hentry {
    	float: left;
    	width: 23.40425531914894%;
    	height: 150px;
    	margin: 0 2.127659574468085% 20px 0;
    	position: relative;
    	overflow: hidden;
    }

    And then in the wordpress reading settings page change the frontpage to be the static page you want.

    I used this for the static page home issue and it worked great – except the footer now displays alongside to the right of the page instead of at the bottom. Anyone know how to return it to normal?

    Looks like this.

    Thread Starter LauraLW

    (@lauralw)

    Update: The problem is still not fixed, but I have worked around it for the time being (and now the URLs above lead directly to the categories instead of pages). If anyone knows what happened I’d still like to know so I can switch it back to pages.

    Thread Starter LauraLW

    (@lauralw)

    Thank you very much! I think I made the header height larger to make the first image fit correctly on the home page. So reducing the main-content margin to zero was perfect to fix the problem. Cheers!!

Viewing 4 replies - 1 through 4 (of 4 total)