• Hello,

    I am using theme “Live Wire” un my wordpress blog. After updating to WordPress Version 3.7.1 my website looks not very well.

    Sidebars are not anymore on a side on my page but they show up at the end of my page.

    My website: http://www.origami-folding-instructions.com

    Is it possible to fix it and how? Help me please!

    Thank you in advance!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • This is just a quickfix for you while figure out for a permanent solution, add this to your child theme:

    .layout-2c-r #content {
    float: left;
    }

    .layout-2c-r #sidebar-primary {
    float: right;
    margin-right: -101%;
    margin-top: -1471%;
    }

    #sidebar-primary {
    float: right;
    width: 60%;
    }

    tell me did it work out 🙂

    Thread Starter aigarsg

    (@aigarsg)

    Hi, designbyjesseR!

    Thank you for your answer.

    I am not very good at coding 🙂 Where do I have to change this code?

    And what could be permanent solution?

    Thanks!

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