+ Reply to Thread
Results 1 to 4 of 4

Thread: Move page Description Box (static content) from top to bottom of the page

  1. #1
    Senior Member
    Join Date
    Aug 2010
    Posts
    174

    Move page Description Box (static content) from top to bottom of the page

    Every category and page has a description block, and I’m wondering how I can move Description Box from top to bottom of the page.

    Please refer to the snapshot in attachment.
    Attached Images Attached Images

  2. #2
    Hello Petnax,

    Yes you may change it in code:
    Go to ftp:templates>>your_tepmlate>>tpl>>controllers>>li sting_type.tpl
    find code at line ~56:

    Code:
    Only registered members can view the code.
    and move this code to end of document before code:

    Code:
    Only registered members can view the code.
    and change margin: 0 0 15px; to margin: 15px 0 0; in style
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Senior Member
    Join Date
    Aug 2010
    Posts
    174
    Thank you Viktor.
    It works!

  4. #4
    Hi,
    I am trying to add a category description in the add listing page using {$category.des} in category_level.tpl as below but nothing is showing up

    PHP Code:
    Only registered members can view the code

+ Reply to Thread