Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19
  1. #11
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Help me adj this huge gap in the main page

    check your includes/templates/yourtemplate/css/stylesheet.css

    You have:
    #logoWrapper{
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;
    height:200px;
    }
    Height should be set to 150px
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  2. #12
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Help me adj this huge gap in the main page

    Also, there are may extra <p> tags in your main_page as suggested by Kobra, you should remove them. When you are at the Define Page Editor, remember to set text-editor to plain-text instead of html to be able to see and edit those.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  3. #13

    Default Re: Help me adj this huge gap in the main page

    Kobra,

    Ok, I got it. I deleted the extra "red stuff" in text editor.

    Looks like I moved up a bit.

    Just trying to clean the rest.

    Thanks...
    Peter

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

    Default Re: Help me adj this huge gap in the main page

    Try setting height in css for this to auto:
    Code:
    #logoWrapper{
    	background-image: url(../images/header_bg.jpg);
    	background-repeat: repeat-x;
    	background-color: #ffffff;
    	height: auto;
    	}
    Zen-Venom Get Bitten

  5. #15
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Help me adj this huge gap in the main page

    Kobra, set it to auto will not work, because the div will automatically shrink to the size of the content, not the background image, which is not what we want here.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  6. #16

    Default Re: Help me adj this huge gap in the main page

    Tried Auto and it took away my header.

    set it back to 150px and it looks fine.

    But... my sidebar font has changed? and colors?

    strange?

    Any help?

    Just when I thought I could retire for the night.

    Thanks all!
    Peter

  7. #17

    Default Re: Help me adj this huge gap in the main page

    I found the spot where to change the sidebar font.

    Went from 10px to 8px.

    But the change previous, change my font colors in the side bar and some pages?

    Also, the home and login are small again.

    Anyone take a guess?

    Thanks again!

    Peter

  8. #18
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Help me adj this huge gap in the main page

    Please list the changes you want to make, if possible, take a screenshot of the page and comment on it. This will be very easy, we just need to know exactly what you want to accomplish.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  9. #19

    Default Re: Help me adj this huge gap in the main page

    OK yellow, will do...

    Thanks!

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Huge Gap
    By QueenKat in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Oct 2009, 12:32 PM
  2. Cant get rid of the small gap between my Header and Main Page.
    By jaz1974 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 24 Oct 2006, 03:57 AM
  3. Need to close the gap above the text in main page
    By oavs in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 28 Sep 2006, 06:30 AM
  4. Help me fix huge gap on product page!
    By curioj in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 17 Sep 2006, 06:18 PM
  5. how to fill in the gap in my main page?
    By lina0962 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 9 Jun 2006, 10:20 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