Fork me on GitHub

Modifying the Imagic1 Theme Storybox  Bottom

  • Currently, my topic images force my story text to appear underneath the image, creating lots of wasted screen space. I think the code I need to change is...



    Any ideas? HammerHead suggested I float the image. I'd like to avoid that if possible because when I put the float command in the CSS, it altered image formatting adversly throughout my site.
  • Not sure of the PHP syntax but the float is like below.



    --
    Zikula Themes
  • Thanks for the help. I've tried that code and about more 20 variations. The text move up slightly, but it will not go to the top of the box next to the image.

    I've searched the web and found that the "float" atribute seems to be depreciated. Maybe this is why its not working.

    More ideas?
  • For reference, this is where I stopped.


  • Looking at the source on your page the topic icon is OUTSIDE the style you have set for it.

    --
    Zikula Themes
  • Thanks for the interest thus far.

    I've tried various combinations of tags and cannot get the text to move. I thnk the image is being returned from the echo call preformatted and that the change may need to happen outside of the storybox itself.

    I'm jumping bacl over to a previous thread I started on this problem (hoping I'm not breaking any protocols).

    http://forums.postnuke.com/index.php?name=PNphpBB2&file=viewtopic&p=186020#186020
  • Try to do like Xanthia does:
    enclose the topic image (at Storybox.html) into a div style="float:left" tag, having the "body text" aligned "top".

    Hope this helps everybody trying to wrap the text around the topic image...

This list is based on users active over the last 60 minutes.