-
AuthorPosts
-
February 7, 2014 at 6:19 am #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.- Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 7, 2014 at 7:51 am #521635So that I can take a look and assist, please provide the url of the site you’re working on.
February 8, 2014 at 7:30 am #521804Hi I just have send you a PM with all the details.
Thanks very much.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 10, 2014 at 9:38 am #522016Please 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.
February 14, 2014 at 5:51 pm #522736Hi 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 17, 2014 at 4:45 am #522949Please 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;
}AuthorPostsViewing 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
Jump to forum