-
AuthorPosts
-
September 11, 2013 at 5:40 am #190481
Hi,
I just acquired JA Edenite template 2.5.4 and I installed it on a Joomla 2.5.14. Installed on live and local server.
When I try to change the width of the template from 950px to something less, like 800px, here is what I get:
The header and menu seems to follow the change but everything else is messed up.I tried to specify width in pixels or % and even auto, but it is useless.
How can I change the width without having to mess with css or core php files.
Thank you for your help.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 12, 2013 at 5:09 pm #505618I’m afraid you will still face many difficult if you want to change width JA Edenite Template. You need to know about css style and change some section tab on JA Edenite Template.
My below script will drop width this template to 800px
Open templates/ja_edenite/css/template.css file
From
#ja-wrapper{ margin: 0 auto; width: 950px; }
Change to
#ja-wrapper{ margin: 0 auto; width: 800px; }
Don’t forget to clear cache from admin area after changing
1 user says Thank You to Ninja Lead for this useful post
September 12, 2013 at 10:43 pm #505656Hi,
Thank you I think I will follow your advice.
I just don’t understand why there is an option to change the width in the template configuration if it does does not work :-).Thnak you again.
September 12, 2013 at 10:48 pm #505658Hi,
Thank you, I think I managed to resolve the problem.
I think it would be a good idea, since that template is a great one, to make sure the option for resizing the width works. I bought the same template for a Joomla 1.5 website and I remember that I did went with CSS modifications :-).Thnaks for your fast reply.
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 4 replies, has 3 voices, and was last updated by zdjamel 11 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Template width – JA Edenite 2.5.4 for Joomla 2.5.14
Viewing 5 posts - 1 through 5 (of 5 total)