• Resolved arzoo

    (@arzoo)


    Hi, I love your theme.

    Would it be possible to widen the content column (and lessen sidebar in the process)?

    Thanks.

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

    (@silkalns)

    It depends on what size you want to use for both. The basic idea would be like this:

    @media (min-width: 992px) {
      #primary {
        width: 75%;
      }
       #secondary {
        width: 25%;
      }
    }

    Both percent values combined should equal to 100%. Any combination is possible, so just play around to get the results you were looking for.

    Add this code to Appearance >> Theme Options >> Other >> Custom CSS.

    Thread Starter arzoo

    (@arzoo)

    Thanks!

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