-
AuthorPosts
-
February 3, 2014 at 11:23 pm #194442
Hello!
I’d like to set a minimum width for the site to force scroll bars and keep page elements from overlapping each other on smaller screen resolutions (smaller than 1280 px). I’ve tried but can’t seem to find the correct locations for the tags.I added this to my template.css file:
#ja-wrapper {
min-width: 1280px;
width: 100% !important;
margin: 0;
background: #FFFFCC;But this seems to have no effect.
Thanks!
-MattTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
February 3, 2014 at 11:57 pm #521020Is 1280px a minimum width or a maximum width?
February 4, 2014 at 12:02 am #521022Minimum width to keep the page from being any smaller than 1280px.
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
February 5, 2014 at 10:34 am #521303@skatermatt: In order to get that, you should use the max-width rather than min-width to prevent the inside elements from overlapping. You can try to use following css rules:
#ja-wrapper {
max-width: 1280px !important;
width: 100% !important;
margin: 0;
background: #FFFFCC;
overflow: hidden;
}February 6, 2014 at 9:00 pm #521565Thanks Leo.
I made this change and it still seems to have no effect. When I minimize the screen size, all page elements overlap each other. There must be some other locations I need to modify, like for each column?-Matt
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
February 7, 2014 at 4:01 pm #521720Hi Matt,
My suggested codes were not effective due to the min-widht of #ja-wrap you defined in index page at lines:
<style type=”text/css”>
#ja-header,#ja-mainnav,#ja-container,#ja-botsl,#ja-footer {width: 97%;margin: 0 auto;}
#ja-wrapper {min-width: 100%;}
</style>You just need to remove the 2nd line of code blocks above. The template max-width will display properly then.
As you know, the old JA Purity J1.5 does not support the responsive feature and is also no longer supported by both Joomla community and us at JoomlArt.
In this case, we just can give you the limited support on this template version.
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by phong nam 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum