Archived topic
Post controls position change?
3 replies · Started by Anonymous on September 30, 2014
Hi Tom,
sorry I dont now the right english words for it.
I mean under every post is one link to category, lower to previous post an lower to the next post.
Is it possible to change the size and set the link to next post on the right side?
Thx.
Alex
For sure :)
You'll need this CSS:
.nav-previous {
float: left;
}
.nav-next {
float: right;
}
footer.entry-meta {
font-size: 15px;
}
You can use a plugin like this to add the CSS: https://wordpress.org/plugins/simple-css/
Hi Tom,
you make my day. :-)
Thank you for quick helping.
Feature request:
Can you implement this custom-css in your theme? Maybe in your Addon-version.
Because its better to use less as possible plugins for website security.
Alex
Definitely something to consider - I'll look into what's necessary to create one.
Thanks!