-
AuthorPosts
-
sjones54 Friend
sjones54
- Join date:
- June 2014
- Posts:
- 12
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
September 2, 2014 at 8:26 am #200991Hi….I want to increase the width of this template to 1100 which I’ve done by putting this in a custom.css:
/*Increase the width of JA Beranis on desktop view*/
@media (min-width: 1200px) {
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width: 1100px;
}
}That’s worked fine, but the content is centred to the left.
Ideally I need to have the content centred with about 20px padding around it on either side.
Any ideas?
sjones54 Friendsjones54
- Join date:
- June 2014
- Posts:
- 12
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
September 2, 2014 at 8:40 am #547939Update…..now fixed by adding this!
@media (min-width: 1200px) {
.span8 {
width: 1100px;
}.span12 {
width: 1100px;
}
}1 user says Thank You to sjones54 for this useful post
September 29, 2014 at 2:32 pm #551018Hi
This did not work for me. I am doing it in file “css/template-responsive.css” in template “ja_beranis”
Am I doingit the right way>
THanksEragon H FriendEragon H
- Join date:
- July 2014
- Posts:
- 468
- Downloads:
- 1
- Uploads:
- 39
- Thanks:
- 5
- Thanked:
- 156 times in 149 posts
September 30, 2014 at 3:35 am #551059If you want to change as sjones54 suggested, you should add the code below to the file root/templates/ja_beranis/css/custom.css (create a new file if unavailable)
@media (min-width: 1200px) {
.span8 {
width: 1100px !important;}.span12 {
width: 1100px !important;}
}If it’s not of what you’re trying to achieve, kindly let me know by screenshot with description, I can have a look.
Remember to share your site URL and a temporary admin account.October 1, 2014 at 2:53 am #551262Eragon H FriendEragon H
- Join date:
- July 2014
- Posts:
- 468
- Downloads:
- 1
- Uploads:
- 39
- Thanks:
- 5
- Thanked:
- 156 times in 149 posts
October 1, 2014 at 3:37 am #551277I answered your question here: http://www.joomlart.com/forums/topic/full-width-3/#post-551268
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 3 voices, and was last updated by Eragon H 10 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Adjusting site width and centering content
Viewing 6 posts - 1 through 6 (of 6 total)