Viewing 4 replies - 31 through 34 (of 34 total)
  • You have no news about the pagenavi plugin and the centered text and smilies with kubrik’s theme ?

    Thread Starter Michael Heilemann

    (@michael)

    Smilies have already been covered on my blog several times ??
    Go into kubrick.css, find the part that says ‘p img’, and delete the line that says ‘display: block;’ (or change it to ‘display: inline;’)
    As for navigation. Create a list of menu items like this:
    ?′<ul id=”menu”>

    • menu1
    • menu2
    • ?′
      And then in kubrick.css:
      #menu, #menu li {
      display: inline;
      margin: 0 auto;
      list-style-type: none;
      }
      That’s off the top of my head. But feel free to rummage through the CSS on my site, https://binarybonsai.com, where you’ll find similar examples.

    Michael, thank you for the answers …
    How to make the plugin page navi working with the kubrick’s theme ?
    I see the code but it’s too hard for me ??

    and th ecomments still not working too … I’m so dummy !

Viewing 4 replies - 31 through 34 (of 34 total)
  • The topic ‘The Kubrick Template v1.2.4’ is closed to new replies.