• pip-norway

    (@pip-norway)


    Hi!

    The Image Caption is automaticly centered, how do i make it align left?

    PIP

Viewing 2 replies - 1 through 2 (of 2 total)
  • Michael

    (@alchymyth)

    find this (or something similar) in style.css of your theme:

    .wp-caption {
    	border: 1px solid #ddd;
    	text-align: center;
    	background-color: #f3f3f3;
    	padding-top: 4px;
    	margin: 7px 0px;
    	-moz-border-radius: 3px;
    	-khtml-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    }

    and change the ‘text-align:center;’ to ‘text-align:left;’

    (rarely this could be in a different .css file; and the code between the curly brackets could be different)

    Thread Starter pip-norway

    (@pip-norway)

    Thanks allot!! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Edit Image Caption’ is closed to new replies.