Dark Car (Siteground) remove search bar space

Everything to do with Joomla! 2.5 templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
docsleepy19
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Sun May 13, 2012 5:43 am

Dark Car (Siteground) remove search bar space

Post by docsleepy19 » Sun May 13, 2012 5:54 am

Hey all,

I removed the search bar module and the position for this in the index.php of the template, however, the silver bar spacing does not go away.

I have attached a screenshot of what I am talking about.

We are wanting the black bar next to grey space to extend all the way across the top and remove the grey bar.

Here is the code both before I deleted what I *thought* was the declaration for this module, and the code after deleting. This is /templates/themename/index.php, btw.

Code: Select all

<div id="header">
			<h1><a href="<?php echo $this->baseurl ?>"><?php echo $app->getCfg('sitename'); ?></a></h1>					
			<div class="top-menu">
				<div id="sgmenu">
					<jdoc:include type="modules" name="menuload" />
				</div>
			</div>
			<div id="search">
				<jdoc:include type="modules" name="position-0" />
			</div>
		</div>
Has been edited to

Code: Select all

<div id="header">
			<h1><a href="<?php echo $this->baseurl ?>"><?php echo $app->getCfg('sitename'); ?></a></h1>					
			<div class="top-menu">
				<div id="sgmenu">
					<jdoc:include type="modules" name="menuload" />
				</div>					
		</div>
Any help would be appreciated. You can find the template at http://www.siteground.com/template-prev ... und-j16-26

Thanks!
You do not have the required permissions to view the files attached to this post.

Markstein
Joomla! Hero
Joomla! Hero
Posts: 2268
Joined: Sat Feb 09, 2008 8:27 am
Location: California, USA

Re: Dark Car (Siteground) remove search bar space

Post by Markstein » Sun May 13, 2012 6:38 pm

You'll just need to modify the header image which is located at:

/templates/siteground-j16-26/images/headerimg.jpg

This is the image on the demo site:

http://joomla16.siteground.com/template ... derimg.jpg

Mark


Locked

Return to “Templates for Joomla! 2.5”