• Please see my site at https://www.bobtema.com/

    My question: on the “quote of the day” sidebar widget, how do i control the left margin of the text? Right now it is indenting the quote text too far in… I just want it to align left with the rest of the text in that widget.

    Is there a CSS file for each widget, or some other file that controls it styling?

    Please advise.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Your widget appears to be picking up the style associated with your ‘blockquote’ element in your stylesheet.

    Try using this CSS element to specifically address your Quote of the Day widget:

    li#qotd.widget blockquote{
      margin: 14px;
    }

    Thread Starter bobtem

    (@bobtem)

    Cais,
    Do I add that to the style sheet and, if so, where? Or do I replace some other style in the sheet?

    @bobtem – You would add that to the end of your style.css file.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adjusting style of a sidebar widget?’ is closed to new replies.