blzalewski 1 Report post Posted April 9, 2011 Hi, I'm trying to edit the template.postloops.php so that the continue reading link comes directly after the excerpt. Anyone know how I would do this? Share this post Link to post Share on other sites
ricardo 0 Report post Posted April 10, 2011 You could try via CSS.... add this to your custom css rules: a.continue_reading_link { display: inline; } Ricardo Share this post Link to post Share on other sites
catrina 103 Report post Posted April 10, 2011 +1 for Ricardo Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
blzalewski 1 Report post Posted April 10, 2011 Thanks for replying. I tried adding: a.continue_reading_link { display: inline; } to my CSS rules in the PageLines Custom Code section but that didn't do anything. Any other ideas? Share this post Link to post Share on other sites
blzalewski 1 Report post Posted April 10, 2011 maybe I'm talking about a different php file? I want the continue reading button the homepage with all the different new articles displayed to have the continue reading directly after the excerpt Share this post Link to post Share on other sites
kastelic 6 Report post Posted April 10, 2011 When you say "directly after", I'm confused because doesn't it show up by default? Perhaps a link to your site so we can see what settings you have? Share this post Link to post Share on other sites
ricardo 0 Report post Posted April 11, 2011 Brian, Sorry, it was working on a test site but not on a live site (maybe a version issue). Try this updated code: a.continue_reading_link, .post-excerpt, .post-excerpt p { display: inline; } Ricardo Share this post Link to post Share on other sites
timlinson 3 Report post Posted April 11, 2011 Thanks Ricardo, works on my 1.3.5 installs. +1 more Share this post Link to post Share on other sites