Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • alioztr Friend
    #136846

    If i use pagebreak for my article, article index page list all of pages in the top of the page.
    I want to move articlie index list to right area with in a box.
    Is it possible

    Thank you very much

    Sherlock Friend
    #285369

    Dear alioztr !
    Yes , it it posible , please open template.css file in templates/ja_barite/css folder, find following code section at about line 196 :


    table.contenttoc {
    margin: 0 0 10px 10px;
    padding: 0;
    width: 35%;
    }

    change to :


    table.contenttoc {
    margin: 0 0 10px 10px;
    padding: 0;
    float:right;
    border:1px solid #CCCCCC; // you can edit color code.
    }

    alioztr Friend
    #285499

    Thank you very much.
    You are the great 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  alioztr 15 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum