Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • softadvice Friend
    #194556

    Dear sirs,

    Please find attached a few screenshots from the website.
    How do I remove spaces between modules etc ?
    Thanks in advance for your replies.


    1. 7-02-2014-7-09-24
    2. 7-02-2014-7-10-09
    3. 7-02-2014-7-10-44
    Ninja Lead Moderator
    #521635

    So that I can take a look and assist, please provide the url of the site you’re working on.

    softadvice Friend
    #521804

    Hi I just have send you a PM with all the details.

    Thanks very much.

    Ninja Lead Moderator
    #522016

    Please follow steps below:

    + Open the templates/ja_beranis/tpls/blocks/header.php file, find and remove snippet:

    <!-- LOGO -->
    <div class="span2 logo">
    <div class="logo-<?php echo $logotype ?>">
    <h1>
    <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>"<?php echo $logoimage ?>>
    <span><?php echo $sitename ?></span>
    </a>
    </h1>
    <small class="site-slogan hidden-phone"><?php echo $slogan ?></small>
    </div>
    </div>
    <!-- //LOGO -->

    Find and change:

    <nav id="t3-mainnav" class="t3-mainnav navbar-collapse-fixed-top span10">
    To

    <nav id="t3-mainnav" class="t3-mainnav navbar-collapse-fixed-top span12">

    + Open the templates/ja_beranis/less/style.less file

    Change


    .head-position {
    padding: 5px;
    float: right;
    form {
    margin: 0;
    }

    .t3-footnav {
    background-color: @TPLfooterBackground;
    color: @TPLheaderTextColor;
    padding: (@T3globalPadding * 3) 0 (@T3globalPadding * 2);
    .clearfix();
    .t3-module {
    margin-bottom: 0;
    color: @T3FooterModuleColor;
    }

    To


    .head-position {
    padding: 0px;
    float: left;
    form {
    margin: 0;
    }
    .t3-footnav {
    background-color: @TPLfooterBackground;
    color: @TPLheaderTextColor;
    padding: (@T3globalPadding * 1) 0 (@T3globalPadding * 1);
    .clearfix();
    .t3-module {
    margin-bottom: 0;
    color: @T3FooterModuleColor;
    }

    Let me know if it helps.

    softadvice Friend
    #522736

    Hi I could succesfully move the logo so that is great !.
    However making the white spaces disappear does not seem to work. Any ideas are welcome.

    Ninja Lead Moderator
    #522949

    Please try additional tweak below:

    Open the templates/ja_beranis/less/style.less file,

    Change

    .t3-footnav {
    background-color: @TPLfooterBackground;
    color: @TPLheaderTextColor;
    padding: (@T3globalPadding * 3) 0 (@T3globalPadding * 2);
    .clearfix();
    .t3-module {
    margin-bottom: 0;
    color: @T3FooterModuleColor;
    }

    To

    .t3-footnav {
    background-color: @TPLfooterBackground;
    color: @TPLheaderTextColor;
    padding: (@T3globalPadding * 1) 0 (@T3globalPadding * 1);
    .clearfix();
    .t3-module {
    margin-bottom: 0;
    color: @T3FooterModuleColor;
    }

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

This topic contains 6 replies, has 2 voices, and was last updated by  Ninja Lead 10 years, 9 months ago.

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