Results 1 to 9 of 9
  1. #1
    Join Date
    Aug 2008
    Posts
    448
    Plugin Contributions
    0

    Default Gap between bread crumbs and welcome message

    Hello All,
    On my home page I have a white gap between the breadcrumb "home" and the "Welcome Guest! Would you like to log in?" message. Does anyone know of a way to get rid of that gap or make it smaller?
    Thanks.

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

    Default Re: Gap between bread crumbs and welcome message

    I can't see any gap???

    Where is your site?
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Aug 2008
    Posts
    448
    Plugin Contributions
    0

    Default Re: Gap between bread crumbs and welcome message

    Hi kobra,

    Thanks for the reply. Here ya go. http://69.89.31.99/~usiflora

  4. #4
    Join Date
    Jul 2008
    Location
    Sydney, Australia
    Posts
    171
    Plugin Contributions
    0

    Default Re: Gap between bread crumbs and welcome message

    Hi, I have a similar problem I was just searching for (till I came upon this thread). I have actually taken out the "welcome guest" part on my website and I have a big gap in mine as well. I cannot seem to find how to "move" my welcome message up so it lines up with the categories search box.

    Also how do I move the yellow footer down a bit as it is touching the botton of the last sidebox.

    I hope someone can help as these two things have been buggin me for ages!

    Thanks

    Anna

    www.toycrazy.com.au

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

    Default Re: Gap between bread crumbs and welcome message

    ebaobao,

    Find these in your stylesheet.css and adjust the padding & margins

    #navBreadCrumb
    .centerColumn

    annav,

    Do the above but also edit your main_page.php in the admin editor and remove the empty paragraph marked in red - you will have to use the plain text editor to see the code
    Code:
    <p align="center"><font face="arial,helvetica,sans-serif" color="#0066cc"
    size="6"></font></p><p align="justify"><font face="arial,helvetica,sans-serif"
    color="#0066ff" size="4"><strong>Welcome to our NEW online toy store!
    Feel free to have a browse at all of our fantastic products.  We will be adding
    more and more products in the coming weeks so add us to your list of favourites
    and be sure to visit again soon.</strong></font></p>
    Zen-Venom Get Bitten

  6. #6
    Join Date
    Jul 2008
    Location
    Sydney, Australia
    Posts
    171
    Plugin Contributions
    0

    Default Re: Gap between bread crumbs and welcome message

    Thanks Kobra, deleting that section in the admin editor did the trick. As for adjusting the padding and margins on the other two files I played around with different numbers (not sure what I supposed to put in) but nothing I put in changed anything. But I'm happy that the majority of the gap has gone.

    Can you help at all with the moving the yellow footer down?

    Thanks

    Anna

  7. #7
    Join Date
    Aug 2008
    Posts
    448
    Plugin Contributions
    0

    Default Re: Gap between bread crumbs and welcome message

    Thanks Kobra! It helped!

  8. #8
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Gap between bread crumbs and welcome message

    Quote Originally Posted by annav View Post

    Can you help at all with the moving the yellow footer down?
    You'll have to copy this:

    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    margin: 0em;
    background-color: #ffffff;
    background-image: url(../images/tileback1yellow.gif);
    padding: 0.5em 0.2em;
    font-weight: bold;
    color: #ff0066;
    height: 1%;
    }



    then make the copy just for #navSuppWrapper, and add some margin-top;


    #navSuppWrapper{
    margin: 0em;
    background-color: #ffffff;
    background-image: url(../images/tileback1yellow.gif);
    padding: 0.5em 0.2em;
    font-weight: bold;
    color: #ff0066;
    height: 1%;
    margin-top:2em;
    }

  9. #9
    Join Date
    Jul 2008
    Location
    Sydney, Australia
    Posts
    171
    Plugin Contributions
    0

    Default Re: Gap between bread crumbs and welcome message

    Fantastic! Thanks so much for your help. I really appreciate it.

    Cheers
    Anna

 

 

Similar Threads

  1. Bread Crumbs 1.3.9f Questions
    By dallison in forum Customization from the Admin
    Replies: 1
    Last Post: 7 Oct 2010, 06:28 PM
  2. Bread crumbs display categories
    By tawnos in forum General Questions
    Replies: 10
    Last Post: 7 Aug 2010, 03:21 AM
  3. Bread Crumbs Question
    By kbmets7 in forum General Questions
    Replies: 2
    Last Post: 22 Feb 2008, 11:12 PM
  4. How do I increase the gap between logo and Sales message ?
    By zenrajan in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 29 Jan 2007, 02:24 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