How to use Wrapping Text Around in twentytwelve
-
I found out about the wrapping text around function but have no idea where to paste the mandatory code in my twentytwelve child theme.
I checked the original twentytwelve code but was not able to find it as shown down here (copied from here)
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}So what should I paste into the child theme to make wrapping text work?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to use Wrapping Text Around in twentytwelve’ is closed to new replies.