Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: 3 columns theme in one column


LogerM
Participant

@logerm

Finally i solved my problem. I leave answer maybe someone use it at future.

First I edit “page.php” file by adding table. Structure of file is look like this:

[Header]

<table>

<tr><td>

[Content]

</td></tr>

<tr><td>

[Sidebar]

</td></tr>

</table>

[Footer]

Then edit base.css by removing content 65% width.

Edit sidebar.php to something like this:

<div id=”sidebar”>

<table><tr><td>

[blog-sidebar]

</td><td>

[right-column] (i take code from home.php)

</td></tr></table>

</div>

in base.css file add 50% width for [blog-sidebar] and [right-colum]

Add new widgets for righ-column, and thats all.

Skip to toolbar