Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Hybrid View

  1. #1
    Join Date
    Jul 2007
    Location
    Sunny Cornwall
    Posts
    73
    Plugin Contributions
    0

    Default Header Size Problem

    Hi,

    Can any one point me in the right direction please.

    I am trying to write a new site and I cannot for the life of me find where I can alter the header as there is to much.

    My test site is www.aitkenrus.co.uk/private/test

    An help would be greatly appreciated.

    Thanks in advance

    Arthena

  2. #2
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,741
    Plugin Contributions
    22

    Default Re: Header Size Problem

    And what EXACTLY are you trying to change?

  3. #3
    Join Date
    Jan 2014
    Location
    Ontario, Canada
    Posts
    252
    Plugin Contributions
    3

    Default Re: Header Size Problem

    Arthena,

    When using firefox, the most valuable tool for troubleshooting your new site is the Inspect Element tool. Right click on your screen, select inspect element, select the rectangle with the arrow icon then click the area you need more information on.

    Hope that helps,

  4. #4
    Join Date
    Jul 2007
    Location
    Sunny Cornwall
    Posts
    73
    Plugin Contributions
    0

    Default Re: Header Size Problem

    Hi Trinity,

    Many thanks for that, But still cant see what need t change to make it smaller.

    Kind regards

    Arthena

  5. #5
    Join Date
    Jul 2007
    Location
    Sunny Cornwall
    Posts
    73
    Plugin Contributions
    0

    Default Re: Header Size Problem

    Hi, Sorry I am trying to make the header smaller so the space between the logo and start of main page is smaller (closer together)

    Many Thanks

    Arthena

  6. #6
    Join Date
    Jan 2014
    Location
    Ontario, Canada
    Posts
    252
    Plugin Contributions
    3

    Default Re: Header Size Problem

    Can you provide us a link to your site? That would be helpful ;)

  7. #7
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,741
    Plugin Contributions
    22

    Default Re: Header Size Problem

    Quote Originally Posted by arthena View Post
    Hi, Sorry I am trying to make the header smaller so the space between the logo and start of main page is smaller (closer together)
    How familiar are you with CSS? If you know the basics, this shouldn't be a problem.

    First of all, I'd like to suggest something similar to Trinity's suggestion - use Firefox and install Firebug. Although most of the stuff can be used with the built-in Inspect Element, I'm sure you'll eventually realize that Firebug has better capabilities...

    Anyway, to answer your question... You'll need to edit the following file:
    includes/templates/westminster_new/css/stylesheet.css

    Find line 62:
    Code:
    #logoWrapper {
    }
    and replace with:
    Code:
    #logoWrapper {
        display: block;
        float: right;
    }
    Next, find line 314:
    Code:
    #menu {
        float: left;
        margin-top: 20px;
        width: 100%;
    }
    and replace with:
    Code:
    #menu {
        float: left;
        margin-top: 20px;
    }
    This should do the trick and move the menu to the left of the logo.
    Optionally, you can play even more and find line 78:
    Code:
    #top-middle {
        background: none repeat scroll 0 0 #FFFFFF;
        border-bottom: 2px solid #DBDBCE;
        padding-bottom: 20px;
        width: 100%;
    }
    and just remove the padding.

    Hope it helps...

  8. #8
    Join Date
    Jul 2007
    Location
    Sunny Cornwall
    Posts
    73
    Plugin Contributions
    0

    Default Re: Header Size Problem

    Hi,

    Many thanks for your help. Its much appreciated

    Thanks for putting me on the right road to Zen Heaven.

    Arthena

  9. #9
    Join Date
    Jul 2007
    Location
    Sunny Cornwall
    Posts
    73
    Plugin Contributions
    0

    Default Re: Header Size Problem

    Hi, Many Many Thanks. Worked a treat.
    Kind regards
    Arthena

  10. #10
    Join Date
    Jul 2007
    Location
    Sunny Cornwall
    Posts
    73
    Plugin Contributions
    0

    Default Re: Header Size Problem

    Hi Many thanks for all your help.

    Is There any way to move the search box over to the right keeping the logo where it is on the right?

    Am having a blond moment and lost my way.

    Kind regards an respect.

    Test site can be found at www.aitkenrus.co.uk/private/test
    Arthena

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v150 Problem with flash header size
    By GodfatherAntiques in forum Templates, Stylesheets, Page Layout
    Replies: 16
    Last Post: 21 Mar 2012, 10:12 AM
  2. Detaching header from main page - how to get main section and header size differently
    By guls_guys in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Apr 2008, 06:07 PM
  3. Header Image Size Problem
    By gbalfour in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 14 Nov 2006, 06:23 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg