-
AuthorPosts
-
August 16, 2013 at 7:06 pm #189799
Hello,
What can i do in order JA Beranis to be on full width.
I want no margins to left and right as it is now.
Thank you !
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
August 19, 2013 at 11:02 am #502682Hi cozachevici,
You can make the JA Beranis template to be on full width by creating a custom.css file at templates/ja_beranis/css/ folder, then put below css codes into:
@media (min-width: 1200px) {
.container {
width: 1268px;
}
}You maybe need to adjust the sections’ layout to fit with the full-width.
1 user says Thank You to phong nam for this useful post
August 23, 2013 at 4:10 pm #503307Thank you for help, seems to work in part, as you said i may need to adjust the sections layouts to fit full-width.
Can you pls guide me here, as i have no idea where 🙂
Thank you !
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
August 24, 2013 at 12:17 pm #503339Hi cozachevici,
You can try to put below codes into custom.css file too, these will make the content-mass-top and spotlight section look full-width. Other sections are loading the width:100%; you don’t need to change.
@media (min-width: 1200px) {
.span8 {
width: 780px;
}.span12 {
width: 1260px;
}
}September 29, 2014 at 3:47 pm #551022Hi Leo
Found your older post.
Did you mean adding the last code to the first one? Or replacing some of the paras of the first one with the second one?
Thanks
Eragon 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:46 am #551065You can add the below code to the file templates/ja_beranis/css/custom.css (create a new one if unavailable) for this purpose
@media (min-width: 1200px) {
.container {
width: 1268px !important;}.span8 {
width: 780px !important;}.span12 {
width: 1260px !important;}
}October 1, 2014 at 3:21 am #551268Thanks, but the menu options still are left centred.
Also as you can see margins on the left are smaller than on the right. How to deal with that?
Thanks for your help
October 1, 2014 at 3:23 am #551270Thanks, it has helped a little, but menu is still left centered, also margins are not the same on right and left sides. Ones on right look better. Thanks.
Eragon 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:45 am #5512801. For the menu, you can fix it by add the below code to the custom.css
@media (min-width: 1200px) {
.span10 {
width: 1100px !important;}
}2. Can you share your site URL and illustrated screenshots with description of how you want to change? It will help to assist you better
October 1, 2014 at 2:23 pm #551361its fixed t. thanks.
AuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 4 voices, and was last updated by vmalyshev 10 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum