Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • msilac Friend
    #705983

    Can I have footer like that in attachment, horizontal and without so big brown area like now…

    The web site is odvjetnici-krivic-krivic-acimovic.hr/administrator

    Thank you very much

    TomC Moderator
    #706097

    You can try this . . . . . .

    Within file path –> /templates/ja_biz/css/themes/green/bootstrap.css
    at line 955, modify as follows:


    .col-lg-3 {
    width: 100%;
    }

    Then, to modify the text color . . . .

    Within file path —> /templates/ja_biz/css/themes/green/template.css
    at line 4242, modify as follows:


    .footer-info {
    color: #fff;
    font-size: 11px;
    }

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    Better ??

    TomC Moderator
    #752314

    You can try this . . . . . .

    Within file path –> /templates/ja_biz/css/themes/green/bootstrap.css
    at line 955, modify as follows:


    .col-lg-3 {
    width: 100%;
    }

    Then, to modify the text color . . . .

    Within file path —> /templates/ja_biz/css/themes/green/template.css
    at line 4242, modify as follows:


    .footer-info {
    color: #fff;
    font-size: 11px;
    }

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    Better ??

    msilac Friend
    #706157

    Yes, thank you, but how to lower all that brown area… to be like in screenshot (at least like that)?

    Thank you

    msilac Friend
    #752374

    Yes, thank you, but how to lower all that brown area… to be like in screenshot (at least like that)?

    Thank you

    Tudx Friend
    #706654

    Hi msilac,

    Firstly, please set the padding on “t3-footer” class to 20px:

    http://i.imgur.com/dTf7knx.png

    Second, remove the padding and margin on “copyright” class:

    http://i.imgur.com/64FKBe7.png

    and remove the “t3-copyright” class:

    http://i.imgur.com/MqjHQn6.png

    and remove the margin on “p” tag:

    http://i.imgur.com/lHUkaLS.png

    You will get the layout as you wish:

    http://i.imgur.com/iIxL4Gw.png

    Tudx Friend
    #752570

    Hi msilac,

    Firstly, please set the padding on “t3-footer” class to 20px:

    http://i.imgur.com/dTf7knx.png

    Second, remove the padding and margin on “copyright” class:

    http://i.imgur.com/64FKBe7.png

    and remove the “t3-copyright” class:

    http://i.imgur.com/MqjHQn6.png

    and remove the margin on “p” tag:

    http://i.imgur.com/lHUkaLS.png

    You will get the layout as you wish:

    http://i.imgur.com/iIxL4Gw.png

    msilac Friend
    #706698

    I have change like you write, but big brown “part” is still here and as I see on chrome browser text is still vertical, not horizontal. In firefox text is horizontal

    msilac Friend
    #752594

    I have change like you write, but big brown “part” is still here and as I see on chrome browser text is still vertical, not horizontal. In firefox text is horizontal

    Ninja Lead Moderator
    #718852

    <em>@msilac 498891 wrote:</em><blockquote>I have change like you write, but big brown “part” is still here and as I see on chrome browser text is still vertical, not horizontal. In firefox text is horizontal</blockquote>

    You can add the css style below into templates/ja_biz/css/themes/green/template.css file

    @media screen and (min-width: 992px) {
    .t3-footer.container {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
    }
    }

    Hope it helps

    Ninja Lead Moderator
    #752791

    <em>@msilac 498891 wrote:</em><blockquote>I have change like you write, but big brown “part” is still here and as I see on chrome browser text is still vertical, not horizontal. In firefox text is horizontal</blockquote>

    You can add the css style below into templates/ja_biz/css/themes/green/template.css file

    @media screen and (min-width: 992px) {
    .t3-footer.container {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
    }
    }

    Hope it helps

    TomC Moderator
    #718987

    msilac:

    Let us know if the above additional suggestions helped to resolve your issue.

    TomC Moderator
    #752824

    msilac:

    Let us know if the above additional suggestions helped to resolve your issue.

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

This topic contains 13 replies, has 4 voices, and was last updated by  TomC 9 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum