-
AuthorPosts
-
iaassens Friend
iaassens
- Join date:
- December 2013
- Posts:
- 121
- Downloads:
- 22
- Uploads:
- 18
- Thanks:
- 34
- Thanked:
- 2 times in 1 posts
February 12, 2014 at 10:11 am #194722Hi Joomlart team,
Is there any quick method to make this theme boxed instead of full width?
cheers,
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
February 12, 2014 at 11:07 am #522370if you need this kind of a layout
Go to this File: /templates/ja_appolio/css/template.css
Add this code to the very first Line of the page
.t3-wrapper > div, .t3-wrapper > header, .t3-wrapper > footer {
margin: 0 auto;
width: 960px;
}-
1 user says Thank You to chavan for this useful post
iaassens Friendiaassens
- Join date:
- December 2013
- Posts:
- 121
- Downloads:
- 22
- Uploads:
- 18
- Thanks:
- 34
- Thanked:
- 2 times in 1 posts
February 12, 2014 at 11:16 am #522375Wauw, great. Thats exactly what I was looking for. Thanks a lot. 🙂
Another question, how do I get the the header to also stay within that widt when it reappears after scrolling down and then up again.chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
February 12, 2014 at 11:45 am #522385Go to this File: /templates/ja_appolio/css/template.css
Replace this code
.t3-header.affix {
position: relative;
z-index: 100;
margin-top: 0;
width: 100%;
top: 0;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}with
.t3-header.affix {
position: relative !important;
z-index: 100;
margin-top: 0;
top: 0;}
iaassens Friendiaassens
- Join date:
- December 2013
- Posts:
- 121
- Downloads:
- 22
- Uploads:
- 18
- Thanks:
- 34
- Thanked:
- 2 times in 1 posts
February 12, 2014 at 12:00 pm #522388Hmm, that did not work for me. The header did stay within the boxed width but it did not reappear when scrolling up again and I need that feature. Setting the position to fixed made the header align to the left of the window and not centered.
Also, is there any way to make it so that only the video position has full width layout, and all other is boxed? –edited– Fixed this by assigning different styles to different pages.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
February 15, 2014 at 2:09 am #522765Please post me your site Url. Without that it is getting difficult for me to suggest you.
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by chavan 10 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Boxed style
Viewing 6 posts - 1 through 6 (of 6 total)