Announcement

Collapse
No announcement yet.

Text Positioning

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Text Positioning

    Hi all

    I'm using the PHP statement to show the first few words within the best sellers and new products description on the homepage however I can't find a way to center the text as it looks messy as it is at the moment. Is there a way to tidy it up a bit?

    Any recommendations on what I can do to tidy it up a bit are more than welcome

    Thanks
    Attached Files

    #2
    Set a height on the div around the mini new produicts for example and then use another div under that, also with a fixed height, for the more info....

    Similar to a client site here: http://www.seulementnaturel.com/site...s_Marques.html

    Comment


      #3
      Quick way:

      <div align="center">

      Comment

      Working...
      X