Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Dec 2011
    Posts
    25
    Plugin Contributions
    0

    Default Move the welcome greeting up

    Hi,

    I want to push my welcome greeting up a bit (see pic). Can anyone point me in the right direction?

    Charlotte
    v1.3.9h
    Attached Images Attached Images  

  2. #2
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: Move the welcome greeting up

    A link to your site would be better, and help more.
    Meanwhile assuming it is the h2 grreting class, try adding to your css .greeting, and play with it to get it where you need.

  3. #3
    Join Date
    Dec 2011
    Posts
    25
    Plugin Contributions
    0

    Default Re: Move the welcome greeting up

    Hi,

    I did a search for .greeting in my stylesheet and it is not there.

    Here is the link to my site:

    www.buddhamouse.com/store

    Thanks for you reply...

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

    Default Re: Move the welcome greeting up

    It's the padding here that's causing the space:

    .centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive {
    padding-top: 5em;
    }

    You could separate the .centerColumn into its own rule and use a smaller padding value.

  5. #5
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: Move the welcome greeting up

    Add this to your stylesheet.css

    .greeting {
    margin: -50px 0 -10px 0;
    }

    What you don't find you can add, and then set the rules.
    In the above case I don't know how much you wanted to move it up, in case change the -50, and -10 to get your desired distance.

    Once you change the greeting you may want/need to move the product selection as well, in case look for
    .leftBoxContainer
    and adjust the margin to your wish.

    EDIT
    or do as stevesh suggested, his much better than I am.

  6. #6
    Join Date
    Dec 2011
    Posts
    25
    Plugin Contributions
    0

    Default Re: Move the welcome greeting up

    Thank both of you!

    I did what stevesh said but it is good to know you tip as well keneso.

    All is well in my zen world...well with respect to this issue anyway!

    Charlotte

 

 

Similar Threads

  1. Welcome Greeting - Choosing the salutation for the first or last name
    By Peace Freak in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 13 May 2013, 10:04 AM
  2. welcome greeting message - I want to move it to a sidebox
    By ezhost in forum Basic Configuration
    Replies: 4
    Last Post: 14 May 2008, 07:36 AM
  3. Welcome Greeting Question
    By ryangsoton in forum Basic Configuration
    Replies: 39
    Last Post: 8 Aug 2006, 07:35 PM

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