vbcruiser: Photopress is designed not to do #2. That, I believe, is the whole point of a theme: to make the photograph/ image prominent by making text go underneath. If you want text to wrap on the right, try one of the other Performancing WordPress themes.
As for #1, I didn't look but my guess is that the CSS code for the header is right-justifying the text. To have a logo on the right AND the text on the left, you will need to either use a full-width graphic banner with logo and text (in graphic form), or you will have to use a table with two columns. The left column contains the logo and the right contains the blog name and tagline.
The demo or example of this theme at performance, has wording wrapped to the left of the photo. I thought it might be possible to wrap on the opposite side.
Maybe changing the wording on the demo of this theme, so it is only under a photo would be more appropriate. Showing it wrapped beside a photo, leads one to believe that wrapping in this theme works.
Thanks anyway. I'll look for another clean theme. Photopress is a clean looking theme, great job.
Sorry vbcruiser, I am obviously mistaken. But out the box, the theme doesn't do that. So, to do this, you need to do the following with every image you want wrapped (text on right):
<img src="__image_url__" hspace="5" align="left" border="0">Your text here.
The hspace (horizontal space) is arbitrary and represents the number of pixels between picture and text, so that text isn't flush against a vertical edge.
This is usable in any theme, any platform. However, if the CSS for a theme overrides this, you may need to do extra work to get the image on the left.
use a more suitable theme
vbcruiser: Photopress is designed not to do #2. That, I believe, is the whole point of a theme: to make the photograph/ image prominent by making text go underneath. If you want text to wrap on the right, try one of the other Performancing WordPress themes.
As for #1, I didn't look but my guess is that the CSS code for the header is right-justifying the text. To have a logo on the right AND the text on the left, you will need to either use a full-width graphic banner with logo and text (in graphic form), or you will have to use a table with two columns. The left column contains the logo and the right contains the blog name and tagline.
More suitable theme?
The demo or example of this theme at performance, has wording wrapped to the left of the photo. I thought it might be possible to wrap on the opposite side.
Maybe changing the wording on the demo of this theme, so it is only under a photo would be more appropriate. Showing it wrapped beside a photo, leads one to believe that wrapping in this theme works.
Thanks anyway. I'll look for another clean theme. Photopress is a clean looking theme, great job.
i am wrong
Sorry vbcruiser, I am obviously mistaken. But out the box, the theme doesn't do that. So, to do this, you need to do the following with every image you want wrapped (text on right):
<img src="__image_url__" hspace="5" align="left" border="0">Your text here.The hspace (horizontal space) is arbitrary and represents the number of pixels between picture and text, so that text isn't flush against a vertical edge.
This is usable in any theme, any platform. However, if the CSS for a theme overrides this, you may need to do extra work to get the image on the left.
Post new comment