Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2013
    Location
    Chelmsford, Essex, United Kingdom
    Posts
    19
    Plugin Contributions
    0

    Default How do I move the changing banner?

    I apologize if I am being very silly, but how would I go about moving the changing banner down a bit so it is off of the grey on the background? Just to make it look a bit neater. - http://hhhhello.site90.com/

  2. #2
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: How do I move the changing banner?

    Quote Originally Posted by k1rk_hammett View Post
    I apologize if I am being very silly, but how would I go about moving the changing banner down a bit so it is off of the grey on the background? Just to make it look a bit neater. - http://hhhhello.site90.com/
    In the styesheet.css file change:

    Code:
    #inner-container {
        background: none repeat scroll 0 0 #FFFFFF;
        position: relative;
        top: -17px;
    }
    to

    Code:
    #inner-container {
        background: none repeat scroll 0 0 #FFFFFF;
        position: relative;
        top: -2px;
    }
    Thanks,

    Anne

 

 

Similar Threads

  1. How to move navigation bar to under banner (header)?
    By hoang in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Mar 2010, 06:09 PM
  2. How to move banner picture to the right hand side?
    By lions1855 in forum General Questions
    Replies: 9
    Last Post: 14 Mar 2010, 03:37 AM
  3. How do i move the EZPages menu bar to the bottom of the banner image?
    By frogpounder in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 18 May 2009, 04:06 PM
  4. How to move searchbox & manufacturers box into banner
    By rickiesdiscount in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 29 Dec 2008, 05:57 AM
  5. How to move the top bar under the banner?
    By mattlowe01 in forum Basic Configuration
    Replies: 7
    Last Post: 3 Jun 2006, 06:54 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