scarymarys
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Twenty Twelve: Adding separator line between postsThank you, it worked!
.site-content article { margin-bottom: 2rem; }
I also added this code to remove some of the white space between the separator and the post title:
.site-content article { margin-bottom: 2rem; }
Forum: Themes and Templates
In reply to: Twenty Twelve: Adding separator line between postsYes, of course. Here it is.
Forum: Themes and Templates
In reply to: Twenty Twelve: Adding separator line between postsI’m a beginner, so I read this in a tutorial. I don’t know how to do this only in CSS. How would I decide where the separator goes?
Forum: Themes and Templates
In reply to: Twenty Twelve: Adding separator line between postsWell, no. I hadn’t closed it. That’s so stupid of me! So I closed it, exactly as you showed me with
<div id="linje"></div>
. But it didn’t work. It actually looked even worse. The line appeared above the excerpt.So, I moved the div and I put it here
<?php endif; ?> <?php the_excerpt(); ?><div id="linje"></div> </div><!-- .entry-summary --> <?php else : ?> <div class="entry-content">
And it looks better, but, the line position still isn’t fixed. If there the excerpt is longer (3+ lines), the separator line will be pushed down, creating a white space under the excerpt and the thumbnail. If the excerpt is 2 lines the separator’s position is perfect, if it’s only one line, the separator will be too high “running through” the thumbnail.
Help, please!
Forum: Plugins
In reply to: [Sharebar] [Plugin: Sharebar] Updated to 3.3 Sharbar quit disappearedI understand that you would like the plugins to work, but I suggest you keep the updated version (and update to every new one when it comes). That way you WordPress installation will be kept secure.
Forum: Themes and Templates
In reply to: Editing archive links?Create e new page (not post) and select the template archives page (on the right). Then go to Premium News theme options, to the end of the page and enter the url of the archives page. Now it should work.