Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m sorry I can’t help, but awesome job editing the theme. Is that comment box a plugin or is it hard coded?

    Thread Starter adyo

    (@adyo)

    Honestly I’ve not done much to it aside from changing the background and header and some minor tweaks here and there. Comment box is part of it I believe.

    Thread Starter adyo

    (@adyo)

    Alright, this is driving me mad. Everything looks peachy in the post editor, then it gets mangled once it’s posted.

    Edit: for some reason, declaring it twice fixed it (?)
    See code below..

    .wp-caption .wp-caption-text:before {
      	content: ''; /*remove the symbol before caption text */
      }
    
    /* caption cleanup
    ----------------------------------------------- */
    
    .wp-caption .wp-caption-text:before {
    	color: #666;
    	content: '';
    	font-size: 14px;
    	font-style: normal;
    	font-weight: bold;
    	margin-right: 5px;
    	position: absolute;
    	left: 10px;
    	top: 7px;
    }

    Why does the empty content line only remove the content from the parent theme if I declare it twice like that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Twenty Eleven] Image caption / border spacing’ is closed to new replies.