How do i fix this??

Discussion in 'Programming' started by Freemuscle, Jan 18, 2011.

  1. #1
    Hi,

    http://paidthemost.com/index.php?os=learn

    You see the writing is shifted to the left a bit and comes out of the box, how do i move the whole thing right?? .. The actual php file for that page says nothing about numbers on it (width etc.) so which file would i edit??
     
    Freemuscle, Jan 18, 2011 IP
  2. BreezeTR

    BreezeTR Well-Known Member

    Messages:
    115
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    105
    #2
    try to take in table
    
    <div id='main_middle'>
    <table width="720" align="center">
     <tr>
       <td>
        Writing...
       </td>
     </tr>
    </table>
    </div>
    
    PHP:
     
    BreezeTR, Jan 18, 2011 IP
  3. cerahil

    cerahil Well-Known Member

    Messages:
    72
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    113
    #3
    just add this css to your stylesheet file and you are done.

    .header ul{
      text-align: justify;
        width: 665px;
    }
    Code (markup):
     
    cerahil, Jan 18, 2011 IP
  4. sylar48

    sylar48 Peon

    Messages:
    162
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    It should work or; you can try this;

    .header ul {
    padding-right: 21px;
    }

    Add above code at the end of your stylesheet which you can find from here: http://paidthemost.com/themes/Custom/styles/styles.css

    Hope this help!
     
    sylar48, Jan 22, 2011 IP
  5. QiSoftware

    QiSoftware Well-Known Member

    Messages:
    805
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    158
    #5
    Do you have the original template files? I would look at those. This appears to be a template that was purchased and should have had the right css specifications-- that have somehow been clobbered. You also have a problem with the 3D effect.

    Q...
     
    QiSoftware, Jan 22, 2011 IP