• Resolved sdimbert

    (@sdimbert)


    I am running 3 K2 Redux klein and want to add borders to the tops of my sidebar widgets. I know that this is a simple CSS edit, but I am not sure where to look to make the change and what the code should look like.

    Can someone get me started please?

Viewing 9 replies - 1 through 9 (of 9 total)
  • dcroe05

    (@dcroe05)

    How about a link?

    Thread Starter sdimbert

    (@sdimbert)

    I didn’t include one because I didn’t think it would matter… the issue is general, not specific to my site (I thought).

    Anyway, my site is here.

    dcroe05

    (@dcroe05)

    Well, in general, the following CSS line will add a black, thin solid border to the top of whatever class you add it to in the stylesheet…

    border-top: #000000 1px solid;

    I can’t view your stylesheet to give you more specific directions because your blog is in maintenance mode.

    Thread Starter sdimbert

    (@sdimbert)

    Sorry about Maintenance Mode. The site is now re-opened.

    drewactual

    (@drewactual)

    add to your css:

    .widget {border-top: 1px solid black;}

    if’n you don’t want it to apply to all your widgets, you will have to define every widget by class name…. example:

    .widget-this-one, .widget-that-one (ect..)

    Thread Starter sdimbert

    (@sdimbert)

    Where in style.css? Does it matter?

    drewactual

    (@drewactual)

    don’t matter… bottom will work….so will top….

    drewactual

    (@drewactual)

    looks like you whooped it…

    case closed?

    Thread Starter sdimbert

    (@sdimbert)

    Got it done… thanks, all!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Widget borders in the sidebar’ is closed to new replies.