-
AuthorPosts
-
April 23, 2014 at 8:20 pm #197027
I want to remove the toolbar-ct-1 space since I don’t have anything to put there, I would the menu to start at the top of the page
So, there are no module publishe to the position, but still the black row is visible
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 23, 2014 at 9:48 pm #532161Sot hat I can try to best assist you, please provide the url of the site you’re working on,
as well as temporarily set “Optimize CSS” to “Off” within your Template Manager–General settingsNazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
April 26, 2014 at 5:52 pm #532574setting toolbar to hidden in my custom.css did noit help.
I have removed the complete div from header.php:
<div id=”toolbar”>
<div class=”container”>
<div class=”row”>
<div class=”toolbar-ct col-xs-12 col-md-6 <?php $this->_c(‘toolbar-ct-1’) ?>”>
<?php if ($this->countModules(‘toolbar-ct-1’)) : ?>
<div class=”toolbar-ct-1″>
<jdoc:include type=”modules” name=”<?php $this->_p(‘toolbar-ct-1’) ?>” style=”T3xhtml” />
</div>
<?php endif ?>
</div>
<div class=”toolbar-ct toolbar-ct-right col-xs-12 col-md-6″>
<?php if ($this->countModules(‘toolbar-ct-3’)) : ?>
<div class=”toolbar-ct-3 <?php $this->_c(‘toolbar-ct-3’) ?>”>
<div class=”btn-group”>
<button type=”button” class=”btn btn-default dropdown-toggle” data-toggle=”dropdown”>
<i class=”fa fa-globe”></i><?php echo JText::_( ‘TPL_SETTINGS’ ); ?>
</button>
<div class=”dropdown-menu” role=”menu”>
<jdoc:include type=”modules” name=”<?php $this->_p(‘toolbar-ct-3’) ?>” style=”T3xhtml” />
</div>
</div>
</div>
<?php endif ?><?php if ($this->countModules(‘toolbar-ct-2’)) : ?>
<div class=”toolbar-ct-2 <?php $this->_c(‘toolbar-ct-2’) ?>”>
<jdoc:include type=”modules” name=”<?php $this->_p(‘toolbar-ct-2’) ?>” style=”T3xhtml” />
</div>
<?php endif ?>
</div>
</div>
</div>
</div>Now the toolbar is gone and the main header starts at the top (which is exactly what I wanted)
Thanks for your support anyway!
-
AuthorPosts
This topic contains 4 replies, has 3 voices, and was last updated by pjotrij 10 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum