The Joomla! Forum ™






Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: Fri Jul 20, 2012 11:51 pm 
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Thu Feb 14, 2008 11:19 am
Posts: 103
I just cannot get the space closed with logoheader commented out? In earlier Joomla version I just commented out the header but this time wanted to keep the Font Sizer. Any help greatly appreciated. (Are there any gotchas with this for other browsers? Using firefox)

Changes made
index.php
Code:
<div id="header">
       <!--   FRANK               
                  <div class="logoheader">
                                       <h1 id="logo">

                                        <?php if ($logo): ?>
                                        <img src="<?php echo $this->baseurl ?>/<?php echo htmlspecialchars($logo); ?>"  alt="<?php echo htmlspecialchars($templateparams->get('sitetitle'));?>" />
                                        <?php endif;?>
                                         <?php if (!$logo ): ?>
                                        <?php echo htmlspecialchars($templateparams->get('sitetitle'));?>
                                       <?php endif; ?>
                                        <span class="header1">
                                        <?php echo htmlspecialchars($templateparams->get('sitedescription'));?>
                                        </span></h1>
                  </div> FRANK -->



personal.css

not sure if this was neccesary
Code:
body
{
  background: #e0dedf /* frank  url(../images/personal/bg2.png) repeat-x */;
  color: #333;
  font-family: arial, helvetica, sans-serif;
}


Code:
.logoheader
{

  background:  #0c1a3e /* frank URL(../images/personal/personal2.png) no-repeat bottom right */ ;
  color:#fff;
  min-height:1px; !FRANKwas200;
  margin:0em 10px 0 10px !important;

}


Code:
h1#logo
{
     font-family: 'Titillium Maps',  Arial;
/* frank     padding:0.9em 20px 20px 10px; */
     padding:0em 0px 0px 0px;
     text-transform:uppercase;
     font-weight:normal;
     margin-top:0;
}


position.css



Code:
.logoheader
{
        margin:0;
        padding:0;
        text-align:left;
        font-weight:normal;
        line-height:1.5em;
        min-height:1px /* frankwas 159px */ ;

}



site is glass http://www.glasscatalogue.com


Last edited by FrankA3 on Sat Jul 21, 2012 11:38 am, edited 1 time in total.

Top
 Profile  
 
PostPosted: Sat Jul 21, 2012 3:05 am 
Joomla! Hero
Joomla! Hero

Joined: Sat Feb 09, 2008 8:27 am
Posts: 2132
Location: California, USA
Looks like you should just be able to edit one line in this file:

http://www.glasscatalogue.com/templates/beez_20/css/personal.css

Find this code:

Code:
#all #header
{padding-top:8.0em ;
}

Change the padding to 3 instead of 8.

Mark


Top
 Profile  
 
PostPosted: Sat Jul 21, 2012 11:38 am 
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Thu Feb 14, 2008 11:19 am
Posts: 103
Hah! that worked, thank you.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 



Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group