• Hi Caroline,
    Thank you for your hard work.
    1)Wanted to ask you – is where any way to centering everything in the site ?
    (And change header positions : manu above the logo sign everything in center)
    2)I like the way circles are sorted. But side arrows arent working in the way i want, when i press 1st post arrows appears in the left side, but i want them to appear in right and go to next post (hope you understood what i want to explain)
    Looking forward to your replay,
    Aivaras

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Caroline Moore

    (@sixhours)

    Hi there!

    1) Yes, you can use CSS in a child theme or a CSS plugin (like Jetpack) to do this. I recommend using Firebug for CSS work–makes it much easier. Inspect each element you want to center and depending on its display, set it to text-align: center or margin: auto.

    2) Modifying the navigation is more complicated — the WordPress default is to have previous posts on the left and next posts on the right. To change the order of the post navigation from the WordPress default, you’ll need to create a functions.php file in your child theme, then copy in the spun_content_nav() function from the parent theme’s /inc/template-tags.php file and modify it to do what you want.

    polly001

    (@polly001)

    Hi Aivaras

    did you manage to do number 2 in your question?
    As i’d like to do the same. If so did Caroline’s suggestion work?
    thanks
    polly

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Centering, post arrows.’ is closed to new replies.