![]() |
![]() |
![]() |
|
|||||||
| Modifications Simple to complex modifications, made by users or by our team, applied to logic or presentation, all kinds of modifications are discussed and requested here. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Join Date: Apr 2008
Posts: 5
![]() |
![]() ![]() where can i adjust in css file? |
|
|
|
|
|
#2 |
|
Join Date: Apr 2008
Posts: 5
![]() |
some body help me
![]() |
|
|
|
|
|
#3 |
|
Super Moderator
Join Date: Oct 2005
Location: Phoenix,Arizona (Valley of the Sun)
Posts: 5,362
![]() ![]() ![]() ![]() |
Hi eak Welcome
![]() Is this for the free version? If it is, I don't have it installed so I can't test it out for you. But basically what you need to do is remove the code for the right column. You'll find that in the footer.tpl file. You may have to also change some css in the style.css file. If I have time I'll take a look at it later.
__________________
Please don't ask me about script questions or sales issues through "Private Messages". Thanks! Last edited by Greg; 01-21-2010 at 05:09 PM. Reason: corrected wrong file name |
|
|
|
|
|
#4 |
|
Join Date: Apr 2008
Posts: 5
![]() |
I found it.
I used Free version,now I found how can i do that Image 1 was adjust width (adjust 1200) at header.tpl Code:
<div class="content">
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="center" colspan="2"><div class="adsense">{$adsense}</div></td>
</tr>
<tr>
<td valign="top" width="1200">{$breadcrumb}
Image 2 was adjust width at style.css Code:
div.categories div.col
{
float: left;
height: 50px;
text-align: left;
width: 280px;
font-size: 13px;
}
div.categories div.last
{
float: left;
height: 50px;
text-align: left;
width: 280px;
font-size: 13px;
![]() |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|