• Hi everyone,

    I’ve got a quick question on changing the K2 theme: I’d like to change the position of the sidebar on my site so that it is further left than it is now. At the moment there’s a big gap between the main text and the sidebar, as you can see: https://celularesconwifi.com/

    Does anyone know which is the right thing to edit in the stylesheet for this?

    Thanks for your help as always!

Viewing 1 replies (of 1 total)
  • You can do this, open your stylesheet and search for:

    #primary {
        width: 500px;
    }

    change width to 580px; this will make the left content bit wider and closer to your sidebar. It will be easier this way.

    Emil

Viewing 1 replies (of 1 total)
  • The topic ‘K2 – Changing Sidebar Position’ is closed to new replies.