-
AuthorPosts
-
December 4, 2011 at 7:50 am #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:
gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
December 4, 2011 at 4:25 pm #427894About 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
1 user says Thank You to gray for this useful post
AuthorPostsViewing 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
JA Teline IV Is possible to put badground in both side the template..?
Viewing 2 posts - 1 through 2 (of 2 total)