Viewing 5 replies - 1 through 5 (of 5 total)
  • You need to put the following code into the Custom CSS box (if this theme has one) or use a plugin like PC Custom CSS.

    #wrap {
      float: left;
    }
    
    #sidebar {
      clear: none;
      display: inline;
      float: left;
      margin-right: 0;
    }
    Thread Starter abeng

    (@abeng)

    Hi jesin, i was try your tips, but sidebar still down

    You have placed the code in the wrong place which is inside @media only screen and (max-width: 60em)

    Please don’t edit the style.css file as it’ll be overwritten if you update the theme. Either put that code in the Custom CSS box if the theme has one or use the plugin I mentioned above.

    Thread Starter abeng

    (@abeng)

    Great, i’t was fixed.. Thanks jesin..

    You’re welcome Abeng 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Sidebar Down’ is closed to new replies.