jenigma
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Help – decreasing space between postsCool, glad it works. 🙂 I’ve never really had to look into this as I’ve only ever used themes I’ve coded so theme updates are my updates! haha
Forum: Themes and Templates
In reply to: Help? Displaying a different HTML layout on WP PagesThank you! Basically all I needed was the tip on wpautop. 🙂 I had the custom page template already set up correctly it seems; was just lacking a bit of faith. Am just wrangling with using the plugin to toggle wpautop on and off.
Thanks again!
Forum: Themes and Templates
In reply to: Help – decreasing space between postsOkay, do the same thing but find this:
.site-content article { border-bottom: 4px double #ededed; margin-bottom: 72px;Where it says
margin-bottom: 72px, change that to something smaller. What you did above was probably working but just not enough to make a difference. As you can see 72px, is a good, fat amount. 🙂 Hopefully this works. Also what is Jetpack’s CSS editor? I meant the one in WordPress admin by the way. 🙂Forum: Themes and Templates
In reply to: Help – decreasing space between postsOkay, I think this should work. Find the below in your CSS page. (Go to Appearance, Editor, style.css (along the right). Find the following:
.entry-header .comments-link { margin-top: 24px;And change 24px to a smaller number, like 5px. The bad thing is that .comments-link will also become close to the top. Hopefully that doesn’t affect anything. If it does, you can change the CSS, so it only affects .entry-header.
Hopefully this works!
Forum: Themes and Templates
In reply to: Help – decreasing space between postsThis depends on what theme your using. Usually you have to edit the CSS to fix the margin and/or padding between the DIVs or whatever is causing the extra space.