Drop Menu lower closer to top of the Slider

Discussion in 'Andrina WordPress Theme' started by thouston, Feb 15, 2013.

Thread Status:
Not open for further replies.
  1. thouston

    thouston New Member

    Joined:
    Feb 11, 2013
    Messages:
    10
    Likes Received:
    0
    Two questions.

    Please refer to http://www.eventsbyroyalresorts.com
    1. How do I drop the menu down closer to the top of the slider?

    2. At the footer, notice the phone number is on two lines? It appears because there is not enough spacing given to it. But there is space after the word "Friday". So I would like to center all that text in the footer, and space it so all the text is on one line.

    Thanks in advance!

    AWESOME JOB in the creation of these themes, and your support!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu .ddsmoothmenu{
    margin-top:90px;
    }
     
    .index-info .index-info-one span {
    margin-left: -8px;
    }
     
    .index-info .index-info-one {
    margin-left: 0px;
    }
     
  3. thouston

    thouston New Member

    Joined:
    Feb 11, 2013
    Messages:
    10
    Likes Received:
    0
    THANKS! WORKS!
     
Thread Status:
Not open for further replies.

Share This Page