0
Welcome Guest! Login
0 items Join Now

urgent: css formatting

    • urj2ic8's Avatar
    • urj2ic8
    • Hero Rocketeer
    • Posts: 421
    • Thanks: 0

    urgent: css formatting

    Posted 18 years 2 months ago
    • sorry to post here instead of the sporticus forum.. i'm in a bit of a time crunch..

      i'm using the <blockquote></blockquote> to do my quotes module at the top of the page.. but i want it to be padded to the left and right in the module.. how do i do that?
    • Billy Zoellers
  • Re: urgent: css formatting

    Posted 18 years 2 months ago
    • For sporticus, check your primary_(color).css file. The blockquote settings are in there.
      blockquote {
           background: #f7b40b url(../images/primary/red/blockquote_bg.png) no-repeat;
           border: 1px solid #d99f11;
           color: #000;

      Add your padding there.
    • urj2ic8's Avatar
    • urj2ic8
    • Hero Rocketeer
    • Posts: 421
    • Thanks: 0

    Re: urgent: css formatting

    Posted 18 years 2 months ago
    • John Sanchez wrote:
      For sporticus, check your primary_(color).css file. The blockquote settings are in there.
      blockquote {
           background: #f7b40b url(../images/primary/red/blockquote_bg.png) no-repeat;
           border: 1px solid #d99f11;
           color: #000;

      Add your padding there.

      my i've done that, but it padded the text.. not the actual highlighted box.
    • Billy Zoellers
    • Youyou's Avatar
    • Youyou
    • Elite Rocketeer
    • Posts: 699
    • Thanks: 0

    Re: urgent: css formatting

    Posted 18 years 2 months ago
    • use margin instead of padding:
      ex:
      margin-left:10px
      margin-right:10px

Time to create page: 0.056 seconds