Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] Changing the 'height' of the header (table row?) (http://forum.bytesforall.com/showthread.php?t=13196)

bcnuggs Mar 7, 2011 11:21 AM

[SOLVED] Changing the 'height' of the header (table row?)
 
1 Attachment(s)
Hi there -

First off, this is an amazing theme. It was a no brainer to make the donation.

So now onto my question.

I am working on a site and want to make the 'height' of the header a little shorter. I have tried with all of the ATA styling options with the header as well as various CSS inserts and still have what appears to be about a 50px gap between the bottom of my actual header content andthe top of the content for the 'middle' table row. I'd like to be able to determine myself how much space to have here. Please let me know if there is anyway to do this? I have included a screen shot to better illustrate what i'm talking about

I am using WP 3.1 and ATA353

Thanks!

-BC

lmilesw Mar 7, 2011 05:54 PM

I can't determine exactly what you need without seeing the site but have you tried adjusting the header image height in the Header Image section of the theme options?

bcnuggs Mar 10, 2011 09:31 PM

Hi Larry -

Thanks for your reply, I actually tried to changing the height of the header and the header logo area which is the only active section of the header area besides the menu and still havent had any success. Here is the link to the site, www.fitnessspecialists.net/fitness

Any help you might be able to give me on this would be really appreciated.

Thanks

BC

lmilesw Mar 10, 2011 10:04 PM

I had to fiddle for awhile but change
HTML Code:

div#menu1 {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none;
    left: 220px;
    position: relative;
    top: -118px;
    width: 700px;
}

To
HTML Code:

div#menu1 {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none;
    left: 220px;
    position: relative;
    top: -118px;
    width: 700px;
    display: inline-block;
    height: 0;
}


bcnuggs Mar 11, 2011 02:25 AM

Hi Larry -

Thanks so much for your quick reply! That worked like a charm, much appreciated.

BC


All times are GMT -6. The time now is 06:38 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.