Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • sandylyle Friend
    #195681

    Hi!

    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 Moderator
    #526325

    Here 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?

    sandylyle Friend
    #526740

    Hello!

    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 Friend
    #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. forum.rar
    sandylyle Friend
    #527168

    Thanks 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 Friend
    #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: offcanvas

    sandylyle Friend
    #527715

    Hi!

    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 Friend
    #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.

Viewing 8 posts - 1 through 8 (of 8 total)

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