-
AuthorPosts
-
July 12, 2013 at 9:42 pm #188910
Hey folks,
I’m currently updating my website from J 1.5 to J 2.5 – i modified the Ja Purity II design of the J 1.5 site and now have problems to modify the Purity for J 2.5 in the same way.
Wrapper
As you can see in my screenshot from the J 1.5 design the site has a wrapper, that is not 100 % – how can i apply this changes in J 2.5?
I added in css/layout css to .wrap : {width: 980px; margin:o auto; position: relative; clear: both} – so the header and the footer are not 100 % (i assume that this is not an elegant solution).- Do you have a good solution to wrap the template width the width of 980 px and centered?
- Do you know how to adjust the template at padding-top 20px as seen in the screenshot? How do I have to enter the padding?
Background-Color
In my screenshot you can see the background color, too. How can I change the background color in the J 2.5 version?
THX in advance. Hopefully you can help me.
Greetings
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 13, 2013 at 8:54 am #498907Hi
Can you post your live url / link of your site here? and some screenshot of how you want to achieve, I’m not quite clear with your concern about the wrapper here and the padding-top of which part?
Also set Optimize CSS in template manager to No.
See you around.
July 13, 2013 at 9:28 am #498911Hey Saguaros,
sry, I can’t post a link, because I work with XAMPP. The attached screenshot in my first posting should show you, how I want to look the Purity for J 2.5 like.
The padding you can see at the top of the screenshot-site (the blue-space until the site appears).With the wrapper I mean the blue space in the screenshot – I don’t know how to achieve this in the 2.5 version.
The 1.5 Version I updated with this doc from you guys: http://wiki.joomlart.com/wiki/JA_Template_Framework/FAQs#Changing_wrapper_look – the instructions doesn’t work for 2.5 anymore, but it should look like this:
The footer in this example is really incredible, too.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 15, 2013 at 8:22 am #499030Hi
It’s hard give you right solution without seeing problem directly. But here is my advice:
– With the top padding: you can open file: /plugins/system/jat3/jat3/base-themes/default/css/template.css, and look for any padding value you set for the div: #ja-wrapper or not
In case you customize css in template folder, you should check this file: /templates/You_current_default_template/css/template.css
– You can achieve like 1.5 version by adding padding for the wrapper div.
Open file template.css in template folder with above path: /templates/You_current_default_template/css/template.css
and add your desired value. For example:
body#bd #ja-wrapper {
padding: 30px 40px 50px 60px; <<< the value equivalent to order: Top - Right - Bottom - Left
}
Once done, clean JAT3 cache.
Hope this helps.
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by Saguaros 11 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum