Viewing 2 replies - 1 through 2 (of 2 total)
  • This is from theme’s stylesheet

    #content {
      float: left;
      padding: 0 100px 0 2px;
      width: 575px;
    }
    #sidebar {
      float: left;
      width: 283px;
      margin-top: -12px;
    }

    We just need to change the float and padding, via Custom CSS plugin.

    #content {
      float: right;
      padding: 0 2px 0 100px;
    }

    Please be noted that this theme is old, never been updated for a long time, and the theme author seems to stop developing it. For longevity of the project, it’s better to work on theme that is constantly updated.

    Just some example themes with clean look and feel built by reputable theme authors.

    Hellish Simplicity By Ryan Hellyer
    https://wordpress.org/themes/hellish-simplicity/

    Suits By Theme Weaver
    https://wordpress.org/themes/suits/

    Tiny Forge By Tomas Mackevicius
    https://wordpress.org/themes/tiny-forge/

    Thread Starter Allubz

    (@allubz)

    Thank you very much for this, I think I understand now slightly better how the style.css is supposed to work. I couldn’t ever find the entries I wanted to edit, but knew what values had to change somteimes.

    Your option brings me closer to, but not yet to my wish: http://imageshack.com/a/img537/5291/CfssdW.png

    So, the “Voorpagina” or just pages should be in their original position, but the sidebar to the far left of it. Is this attainable? I’m quite new to this, as you may notice, so excuse me if I seem unreasonably requesting..!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Difficulty moving sidebar Satoshi theme’ is closed to new replies.