-
AuthorPosts
-
sandylyle Friend
sandylyle
- Join date:
- November 2012
- Posts:
- 17
- Downloads:
- 193
- Uploads:
- 3
- Thanks:
- 13
- Thanked:
- 1 times in 1 posts
March 11, 2014 at 11:46 am #195681Hi!
I have a couple of questions.
1. I would like the grey area at the bottom (footer) to disapear. Only a thin line where I can put copyrights and made by text.
2. I would like to get the screen on the page from the menu “Forum” to fill the screen. There is a big space for the sidebar 2. But there is nothing there. And I want the forum page to fill the width of the page so its easier to read and gets more space.
3. I would like to get the logo at the top of the page bigger. How can I change that?
Thanks for help and for a great template and site!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 11, 2014 at 4:34 pm #526325Here are some suggestions for you . . . .
<em>@sandylyle 415829 wrote:</em><blockquote>
1. I would like the grey area at the bottom (footer) to disapear. Only a thin line where I can put copyrights and made by text.</blockquote>
If you haven’t done so already, create a new file called “custom.css” within file path –>
/2014/templates/ja_biz/css/Within it, place the following CSS rule:
.t3-footer.container {
height: 200px;
}You can, of course, play around with the pixel value of the height property until you get the result you’re most happy with.
2. I would like to get the screen on the page from the menu “Forum” to fill the screen. There is a big space for the sidebar 2. But there is nothing there. And I want the forum page to fill the width of the page so its easier to read and gets more space.
Within the same “custom.css” file, place the following CSS rules:
.t3-content {
padding-bottom: 20px;
padding-top: 20px;
width: 100%;
}and
.col-md-push-3 {
left: 0%;
}I would like to get the logo at the top of the page bigger. How can I change that?
What are the height/width dimensions of the logo image you want to use?
1 user says Thank You to TomC for this useful post
sandylyle Friendsandylyle
- Join date:
- November 2012
- Posts:
- 17
- Downloads:
- 193
- Uploads:
- 3
- Thanks:
- 13
- Thanked:
- 1 times in 1 posts
March 14, 2014 at 12:57 pm #526740Hello!
Thanks for good help.
I want the logo in 120 x 135.
But for question 2 I asked only for the page “Forum” to make the page fill all without the sidebar. Not on the main page.
When I wrote this code I couldnt have any modules on the sidebar 1 on the frontpage.Is it possible to make a code that only makes the page “Forum” have no sidebar?
Thanks!
Hayden A FriendHayden A
- Join date:
- April 2010
- Posts:
- 282
- Downloads:
- 0
- Uploads:
- 20
- Thanked:
- 54 times in 53 posts
March 18, 2014 at 3:21 am #527077@sandylyle
<blockquote>2. I would like to get the screen on the page from the menu “Forum” to fill the screen</blockquote>
you need to download attachment, extract and copy the forum.php file to templatesja_biztpls
path. Then login backend => Template Manager => Create new Style JA Biz Forum, it has layout forum and assign page forum ( pls see screenshot http://easycaptures.com/fs/uploaded/676/7135934616.png and http://easycaptures.com/fs/uploaded/676/1036301564.png )
1 user says Thank You to Hayden A for this useful post
sandylyle Friendsandylyle
- Join date:
- November 2012
- Posts:
- 17
- Downloads:
- 193
- Uploads:
- 3
- Thanks:
- 13
- Thanked:
- 1 times in 1 posts
March 18, 2014 at 1:30 pm #527168Thanks for the help.
The footer is now much smaller, but there is a big gap under the footer with nothing at all.
How do I remove this so the page gets “shorter.”And how do I remove the sidebar thing at the top and left of the page?
Hayden A FriendHayden A
- Join date:
- April 2010
- Posts:
- 282
- Downloads:
- 0
- Uploads:
- 20
- Thanked:
- 54 times in 53 posts
March 21, 2014 at 9:43 am #527610<blockquote>How do I remove this so the page gets “shorter.”</blockquote>
Please open the templates/ja_biz/css/custom.css file and add this rule:
[PHP].copyright {
margin-bottom: 0;
}[/PHP]<blockquote>And how do I remove the sidebar thing at the top and left of the page</blockquote>
You need to login backend => Module Manager => Disable Module position: offcanvassandylyle Friendsandylyle
- Join date:
- November 2012
- Posts:
- 17
- Downloads:
- 193
- Uploads:
- 3
- Thanks:
- 13
- Thanked:
- 1 times in 1 posts
March 22, 2014 at 6:37 pm #527715Hi!
I disabled the off canvas modul, but still the sidebar menu thing is at the top of the page at the left.
Could it be anything else?
Hayden A FriendHayden A
- Join date:
- April 2010
- Posts:
- 282
- Downloads:
- 0
- Uploads:
- 20
- Thanked:
- 54 times in 53 posts
March 25, 2014 at 4:54 am #527991@sandylyle
you need to login backend=> Template Manager => Open JA Biz Default => click tab Add ons and turn off the Off-canvas Sidebar option as in this screenshot http://easycaptures.com/fs/uploaded/684/1053202235.png.1 user says Thank You to Hayden A for this useful post
-
AuthorPosts
This topic contains 8 replies, has 3 voices, and was last updated by Hayden A 10 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum