Page 1 of 2 12 LastLast
Results 1 to 10 of 20
  1. #1
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Removing some space on the main page...

    I am just trying to move things up a little...
    Is this in the css?

    I am trying to bring the text up where it says

    "Time Goes Fast"

    Where do I edit it so it goes up a little?

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

    Default Re: Removing some space on the main page...

    milobloom,

    Where is the site with the issue???
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Re: Removing some space on the main page...

    oops Sorry I forgot to post a link.

    www.allforyourwedding.com

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

    Default Re: Removing some space on the main page...

    Multitude of sins....

    You are displaying the search in the header but the div for it is there and blowing to the right.

    Move the code for this to inside of the navmain div

    Once that is done you can look at this in your stylesheet and see the padding is pushing this about 20px in all directions you might see what removing it all together does to the rst of the site or use the 4 entries and zero the first or top

    0em 2em 2em 2em; in this
    Code:
    .centerColumn{
    	padding:  2em;
    	font-size:1.2em;
    	background-color: transparent;	
    }
    see where that moves it

    BTW you site hangs loading ??? from other sites
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Re: Removing some space on the main page...

    I took the search out of the header completely in my Layout boxes controller. (I have it in the side box. so I don't really need it anyway.)

    Changed the stylesheet like you said. I think I gained a space. but just want to inch it up a little more. Trying to get it way up. Any suggestions?

  6. #6
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Re: Removing some space on the main page...

    Oh the thing with the loading...
    Its that moving graphic thing it looks better then anything I can do.
    When the site starts moving again I may hire someone to do it just for the site...

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

    Default Re: Removing some space on the main page...

    While I am not an advocate of negative margins you are actually right up against the bottom of your headerWrapper div right now and only due to the color being mostly white does this appear as a major white space.... Once logged in other nav items will be in this area so I offer this as a solution BUT warn that it may later be another issue
    Add this to your stylesheet
    Code:
    #indexCategoriesMainContent {
            margin: -4em 0em 0em 0em;
            }
    Zen-Venom Get Bitten

  8. #8
    Join Date
    Aug 2006
    Location
    UK
    Posts
    449
    Plugin Contributions
    0

    Default Re: Removing some space on the main page...

    edit your stylesheet.css

    #headerWrapper {
    margin:0;
    padding:0;
    text-align:center;
    }

    the text-align:center is to center your logo.. it may look better if you have a wider logo...
    you could try a margin-top:5px or so if you want to bring the logo away from the edge...
    ~Steve~

  9. #9
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Re: Removing some space on the main page...

    Thanks guys.

    Made my header bigger.

    Will keep looking to see if the neg, effects anything.

  10. #10
    Join Date
    Aug 2006
    Location
    UK
    Posts
    449
    Plugin Contributions
    0

    Default Re: Removing some space on the main page...

    the negative brings your tagline into the navbar... add something to your cart then take a look...
    ~Steve~

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Help removing some empty space?
    By Muzz in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 1 Dec 2011, 11:01 AM
  2. editing space below the featured box on the main page
    By monkeytastic in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 7 Aug 2009, 05:20 PM
  3. Help removing white space under main logo
    By sneader in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 23 Oct 2007, 08:11 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