Header being pushed down...


Author Message
Jake

Posted: 10/26/2009
Quote message 

The text portion of my blog's header (the name and tagline) are being pushed down so they don't show up. The top of the name just shows at the bottom of the header. I've tried changing the alignment to no avail. Also, changing the position won't let me pull it up. It's like there's a big blank space that's part of the text. Also, the space between the name & tagline is huge.

It looks fine in Artisteer but is screwed up when installed.


Any help?
 
Jake

Posted: 10/26/2009
Quote message 

Oh, I've also tried it with and without using the text block. :(
 
Garry

Posted: 10/26/2009
Quote message 

You should try decreasing value of top from following styling rule in your style.css:

.art-Logo
{
display:block;
left:9px;
position:absolute;
top:63px;
width:865px;
}
 
Jake

Posted: 10/27/2009
Quote message 

Thanks. That takes care of part of the problem. That moves the name to where I want it, but there's still the huge space between the name and the tagline that pushes the tagline too far down.

Any ideas?

Thanks again.
 
Garry

Posted: 10/27/2009
Quote message 

I have seen margins and padding on both of the lines but it is set to 0px; so I don't know why you are seeing space between both lines, you should post a screesshot of the issue.
 
Jake

Posted: 10/28/2009
Quote message 

I'm not really sure how this screenshot will help, but as you can see, the tagline is pushed down so far it's not even visible. I only know it is actually there because I played with the code a bit and brought it up, but that pushed the name off the top of the screen.



Here's what I have for tht section. Note I had to set it at -50 to get the name to the correct position.


/* begin Logo */
.art-Logo
{
display : block;
position: absolute;
left: 130px;
top: -50px;
width: 660px;
}

h1.art-Logo-name
{
display: block;
text-align: center;
}

h1.art-Logo-name, h1.art-Logo-name a, h1.art-Logo-name a:link, h1.art-Logo-name a:visited, h1.art-Logo-name a:hover
{
font-family:"Cambria Math",Arial, Helvetica, Sans-Serif;
font-size: 36px;
font-style: normal;
font-weight: bold;
text-decoration: none;
padding:0;
margin:0;
color: #FCFCFC !important;
}

.art-Logo-text
{
display: block;
text-align: center;
}

.art-Logo-text, .art-Logo-text a
{
font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
font-size: 24px;
font-style: italic;
font-weight: normal;
padding:0;
margin:0;
color: #FCFCFC !important;
}
/* end Logo */

 
Garry

Posted: 10/28/2009
Quote message 

I haven't seen this issue before in Artisteer generated themes, you should reexport it from Artisteer. You can also try removing h1 tag from following code in your header.php:

<h1 id="name-text" class="art-Logo-name">
<a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
 
Jake

Posted: 11/2/2009
Quote message 

Quote Garry:

I haven't seen this issue before in Artisteer generated themes, you should reexport it from Artisteer. You can also try removing h1 tag from following code in your header.php:

<h1 id="name-text" class="art-Logo-name">
<a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>


Thanks. I've re-exported several times trying different things to fix the problem. How would I remove the H1 tag? You mean just have...

Quote :
<a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a>


instead of...

Quote :
<h1 id="name-text" class="art-Logo-name"> <a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>


I tried that, and the entire pager title just disappears?
 
Garry

Posted: 11/2/2009
Quote message 

You should contact Artisteer support on the issue
 

Reply


NAME *
EMAIL
SMILIES :-) :( :-D 8-) :*) :-/ :-{} :-X :-O :-@ O:) :-P :-< :-( :-| ;-) 
CODES [Quote] [B] [I] [U] [Code] [IMG] 
BODY *  
VALIDATION *