To insert code use <code>...</code>.
How do I change CSS code
  • I can't find the Screen.CSS file people are talking about.
    I wont to make the gaps between widgets smaller in the RH sidebar.
    My site is www.baretalk.net
    Thanks!!!
  • 3 Comments sorted by
  • hi baretalk,

    the screen.css is in a folder called css. but you can alter any css code you like. just insert them into the custom css field of the striking theme under the general settings (last field).

    do not alter the screen.css because alteration will be overwritten by the theme settings on save.

    Best regards,
    BackuPs
  • OK but what code do I enter to reduce the gap between widgets in the sidebar.
    thank you.
  • The gap at the top or the gap between the widgets itself?

    for the top


    .right_sidebar #sidebar_content.lessgap {
    padding-top: 2px;
    }


    for in between the widgets.


    .widget {
    margin-bottom: 1em;
    }


    Best regards,
    BackuPs