• spex

    (@spex)


    How do I widen the sitebar widths correctly?

    I am using the https://pl.ww.wp.xz.cn/plugins/compact-archives/ plugin and I just need the panel to be wider so that the whole year is displayed in one line.

    I am now using the code:

    .s1 {
     background: #fff;
     width: 380px;
     padding-bottom: 40px;
     z-index: 2;
    }

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

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

    (@alxmedia)

    For Cardstyle you would add something like:

    
    .col-2cl .main-inner { padding-right: 300px; }
    .col-2cl .s1 { margin-right: -300px; }
    .s1 { width: 300px; }
    
Viewing 1 replies (of 1 total)

The topic ‘Wider sitebar’ is closed to new replies.