text wrapping not working
-
I’m working with a site that has a custom theme. I didn’t create the theme and only recently started working with the site. The theme was not originally created for wordpress, it was converted about a year ago. When inserting images into posts the text is not wrapping around them. I tried to put this code on the stylesheet but it didn’t help.
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}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}The style sheet only has the following code on it
/*
Theme Name: Daily Download Custom
Theme URI: http://www.daily-download.com/
Author: name (I just removed the name)
Author URI: http (I just removed the actual URL)
Version: 1.0Anything else I can do to easily insert images and have the text wrap around them? I’ve been trying everything I can think of.
thanks
The topic ‘text wrapping not working’ is closed to new replies.