• I’m using a standard 2011 theme but find I get a long dash to the left of the caption in every picture. How can I get rid of this?
    My site is wwww.follies.org.uk/wp

Viewing 3 replies - 1 through 3 (of 3 total)
  • either in a child theme’s style.css or via a custom CSS plugin, add:

    .wp-caption .wp-caption-text {
    	padding-left: 0px;
    }
    .wp-caption .wp-caption-text:before {
    	content: '';
    	margin-right: 0px;
    	left: 0px;
    	top: 0px;
    }
    Thread Starter Alan Terrill

    (@alanterrill)

    So the dash is ‘by design’ in this theme is it? Or am i doing something wrong?

    the dash is ‘by design’ in this theme

    yes

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Dashes in front of captions’ is closed to new replies.