Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2009
    Posts
    4
    Plugin Contributions
    0

    Default move #navColumnOne

    I am having trouble moving the navColumns and centerColumn.
    As you can see from my site, I need to set a fixed value for the top of all three columns. I have made many attempts to modify stylesheet.css but am continually frustrated. Can any one help? http://rcandys.com/store/index.php

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: move #navColumnOne

    As you can see from my site, I need to set a fixed value for the top of all three columns.
    You should not "need" to set any value for this
    Looks like you have made a real mess of your stylesheet to do something that would have been easy another way

    It looks as though you want you logo right aliigned
    But you have mussed up #logoWrapper that should be 100% width as it only contains #logo
    That is as far as I went
    Might rvert back to a more standard stylesheet and post back with things that you want changed so that you can get them changed correctly
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Sep 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: move #navColumnOne

    kobra, thanks for the info. I am trying to have my logo centered on the page. When I set the width to 100% I just get a repeat of the logo across the page and the navColumns do not bump down the page like I require.

    Which line in the css code controls the setting I am trying to adjust?

    Being very new to editing css I am still feeling my way through things. I have installed FF web developer and firebug but don't know how to use them effectively yet.

    Thank you for your help. It is sincerely appreciated.

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: move #navColumnOne

    Which line in the css code controls the setting I am trying to adjust?
    Like I stated, you truly have this mussed up - So that what would be normal can't work with the rest of the things you have done
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    541
    Plugin Contributions
    0

    Default Re: move #navColumnOne

    To center your image, replace all background attributes in the #logoWrapper class with the following line and set the width to 100%

    Code:
    #logoWrapper { background:transparent url(../images/header_bg.jpg) no-repeat scroll center center;
    width:100%;
    }

 

 

Similar Threads

  1. Replies: 5
    Last Post: 13 Jan 2015, 08:34 AM
  2. Width of NavColumnOne and NavColumnTwo
    By atracksler in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 4 Aug 2009, 11:55 PM
  3. moving #navColumnOne/Two's background area
    By v.kirk in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 10 Apr 2007, 12:10 AM
  4. navColumnOne grows in size
    By disciple in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Mar 2007, 09:31 PM
  5. #navColumnOne ISSUE
    By nadasback in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Feb 2007, 02:48 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