Forums
(@elstgav)
14 years, 6 months ago
In your theme’s stylesheet, paste the following:
span[id^="more-"] { display: block; position: relative; top: -160px; }
This will let you target the anchor placement with CSS. Fiddle with the ‘-160px’ to find the right spacing for your site.