[Resolved] Post controls position change?

Home Forums Support [Resolved] Post controls position change?

Home Forums Support Post controls position change?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #35493
    Alex

    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

    #35506
    Tom
    Lead Developer
    Lead Developer

    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/

    #35628
    Alex

    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

    #35724
    Tom
    Lead Developer
    Lead Developer

    Definitely something to consider – I’ll look into what’s necessary to create one.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.