• Closed
  • Alchy Alchy
    Spectator
    April 10, 2015 at 12:48 am #16272

    How can I change the size of sidebar? I’m using the right sidebar and I’d like it to be 25% of the window (and not 1/3).
    I also have a problem with exerpts, it’s impossible to reduce them by the menu options, what can I do?
    Thank you.

    Roman
    Spectator
    Posts: 3147
    April 10, 2015 at 8:26 am #16278

    for the 25% width insert in the Custom CSS:

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

    automatically generated excerpts cannot be set per theme options, maybe in future releases. if you turn off auto excerpts, then you can set the excerpt length per post

    Alchy Alchy
    Spectator
    Posts: 6
    April 11, 2015 at 3:03 am #16290

    Thank you for the answers. But the 25% didn’t work at all in the custom CSS (changed background color, slider width…) and I put it in the style CSS under Defaut Skin and now it works fine!

    Roman
    Spectator
    Posts: 3147
    April 11, 2015 at 9:11 am #16300

    for me it worked, I tested it 😉 . be sure to insert it correctly

    Alchy Alchy
    Spectator
    Posts: 6
    November 9, 2015 at 2:38 pm #21900

    Having done an update, i’m looking for the right place in the custom.css. I tryed quite everywhere but anytime it doesn’t work. Where is the right place to insert this code in the custom.css? Thank you.