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??
try to take in table <div id='main_middle'> <table width="720" align="center"> Â <tr> Â Â Â <td> Â Â Â Â Writing... Â Â Â </td> Â </tr> </table> </div> PHP:
just add this css to your stylesheet file and you are done. .header ul{ text-align: justify; width: 665px; } Code (markup):
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!
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...