Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • vivaalerta Friend
    #171445

    Good moorning, i have couples questions and help..!!!

    Hello i dont have experiency in joomla, but i tray to clone of original template, but i have some proble, because in ie8 some moduke “jabs” dont work or display and ff its does. Can you check it issue for me please.

    I have a question about if i want to incluid both side images of badground, what can i do for it., is possible or incliud image total badground.

    MY LAST QUESTION IS POSSIBLE TO CHANGE THE FONT, I DONT KNOW WAY MY FONT LOOK NOT GOOD IN MY TEMPLATE, MAYBE I DONT USE THE CORRECT PROCEDURE FOR EDIT THE TEXT, BECAUSE IT NOT LUCK PROFESSIONAL MAGAZINE IN MY CASE.

    Thanks in advanced.

    Sample or idea from my question:


    1. sample-JA-TELINE-IV
    gray Friend
    #427894

    About margins.
    Find in template.css

    #ja-mainnav .main { border-top: 1px solid #ccc; margin-bottom: 12px; }

    replace with

    #ja-mainnav .main { border-top: 1px solid #ccc; padding-bottom: 12px; }

    find

    body#bd {
    background: #fff;
    color: #333;
    font-size: 12px; /* Base Font */
    line-height: 1.5;
    }

    replace background: #fff; with the color you need on the margins, for instance #ff0000 (red)

    find
    #ja-footer { padding: 10px 0 0 0; }

    replace with
    #ja-footer { padding: 0; }

    find in /plugins/system/jat3/jat3/base-themes/default/css/layout.css

    .main { width: 980px; max-width: 1200px; margin: 0 auto; position: relative;}

    replace with

    .main { width: 980px; max-width: 1200px; margin: 0 auto; position: relative; background-color:#fff;}

    and add here the background you need, for example

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

This topic contains 2 replies, has 2 voices, and was last updated by  gray 12 years, 12 months ago.

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