Support » Theme: Curver » sidebar width

  • Resolved u88257

    (@u88257)


    Hi all~
    I like this theme very much.
    is there any way i can make sidebar area a little wider?
    I think default is 320px?
    I change the css * sidebar primary */ .s1 { width: 320px; to 400px
    but isn’t working
    Thanks!

    The page I need help with: [log in to see the link]

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

    (@alxmedia)

    Hi, glad to hear!

    Try this additional css:

    
    .col-2cl .main-inner { background: none; padding-right: 400px; }
    .s1 { width: 400px; }
    .col-2cl .s1 { margin-right: -400px; }
    
    Thread Starter u88257

    (@u88257)

    It’s working
    Big thanks to you~

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