Problem with text wrap on Detour Template
-
Can anyone help…Please, I’m new to WP… Thanks
Link to site for your review: helpingu2.com
I’m using the Detour 1.0 template with WordPress and it will not do a text wrap around an image nor will it left/right align the image. I have tried to do it both with and without a caption on the image also without success.
I inserted all the WP Caption code in the style.css as follows:
/************************************************
* Caption *
************************************************/.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}.alignleft {
float: left;
}.alignright {
float: right;
}
/*
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
/* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
- The topic ‘Problem with text wrap on Detour Template’ is closed to new replies.