Central window width

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
anb
Posts: 7
Joined: Fri Aug 17, 2007 1:10 pm

Central window width

Post by anb »

Hi!

My FAQ articles is big. And I need to disable right panel. I did id so:

Code: Select all

        <!-- start right sidebar -->
<!--
        <div class="rightcolumn sidebar" id="sidebar-right">
            <div class="rightpadding">

            {rightBox}

            </div>
        </div>
-->
        <!-- end right sidebar -->
And now I need to change central frame width. How can I do it?
DonMoneta
Posts: 4
Joined: Sun Aug 12, 2007 8:38 pm

Post by DonMoneta »

Look in the folder called templates for a file called style.css
the definitions for width of the columns is specified there.
anb
Posts: 7
Joined: Fri Aug 17, 2007 1:10 pm

Post by anb »

DonMoneta Thank you! I edited template/style.css file. Section "centercolumn" set "margin-right: 1px;" and I get what I need.

May be it`s suggestion for a future version of phpMyFAQ? Disable, enable TOP & Newest and change "centercolumn" width through MyFaq admin (web interface).
Post Reply