Support Forums

Got a question? Post it here. We'd love to help.

Knowledge Base:

Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
  1.  

    “ I’ve installed your theme “ENVY” BUT the Middle Column is to WIDE and it pushes the RIGHT column off the underlining ENVY Theme”
    That Can be viewed on my test site http://www.golfhaven.biz/

    How do I control the width of the Middle Column?

    Please can you advise?

    •  
      CommentAuthorptrkmkl
    • CommentTimeJun 6th 2008
     

    You have set your middle column "site topic" inside of a table. That table's width is set to an absolute value (probably by the HTML Editor). Here is the chunk of code that you should be able to access by turning editing on, clicking the edit link under the site topic in the center column, then clicking the "<>" button in the HTML Editor toolbar:

    <table rules="none" frame="void" cellspacing="0" cellpadding="10" border="0" align="center" style="border-style: none; float: none; background-image: none; vertical-align: top; width: 782px; height: 216px; text-align: justify;">

    The problem is the width:782px value. Change this to something smaller and you are all set.

    In the future though, setting non-tabular text into tables is not good practice.

  2.  

    Many thanks for this.. will remove the table first to see what happens.

  3.  

    Bingo... simple - thank you very much.

    • CommentAuthorruthgarner
    • CommentTimeJun 10th 2008
     

    Can the header of the Envy template be further customised?

    •  
      CommentAuthorptrkmkl
    • CommentTimeJun 10th 2008
     

    Yes!

    • CommentAuthorruthgarner
    • CommentTimeJun 10th 2008
     

    Can I do this?

    •  
      CommentAuthorptrkmkl
    • CommentTimeJun 10th 2008 edited
     

    My vague answer was was in response to your vague question. Of course you can do it. I have faith in you!

    • CommentAuthorruthgarner
    • CommentTimeJun 10th 2008 edited
     

    Oh - :-)
    OK - Where do I start - please give me a clue

    •  
      CommentAuthorptrkmkl
    • CommentTimeJun 10th 2008
     

    This all depends on what you want to do. I don't even know where to start. Do you want to alter the header image? Do you want to edit the HTML? The CSS?

    • The source PNG files are located in a directory called "SOURCE" in the envy theme folder.
    • The header HTML can be edited through header.html in the envy theme folder.
    • The header CSS starts on line 177 of styles_default.css and is labeled in that document as:
    • /*************** * Header * ***************/