Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #21847

    Chelsea S
    Participant

    too much space above heading!

    Hey Guys,

    First of all I have to tell you that this theme is so awesome, that even a person who fakes her way through web design (that’s me) made a pretty sweet lookin’ website. I love this theme! Thank you for making it, it’s like a dream come true. I’ll be purchasing it again and again for my clients. Yay!

    I have two questions. One is how to remove all of this extra space which is above the page content/below the nav menu bar thingy? It’s driving me bonkers and I don’t know how to make it go away!

    Second question has to do with the buy now buttons. I would love to be able to use the shortcode buttons and link them to pay for stuff on PayPal, but for some reason, I can’t get the monthly installment button code to work with the theme buttons. I had to make buttons and put them in PayPal, and I don’t love them as much, and I also don’t love how there is a ton of extra space below them in the pricing boxes. Any ideas? I mean, I can live with it if I have to, but I’d love to know how to make the buttons work with PayPal.

    Oooh, one other question while I’m here. Is there an easy way to center the logo and have the nav bar above or below it?

    I hope that made sense! Thanks for your help! My website is http://www.starlingmagic.com

    Will I get an email when someone replies to this? I hope so!

    #21914

    Christian
    Moderator

    Hey Chelsea,

    Thanks for writing in and your kind words.

    Please remove the top padding of your first content band / row and add “mtn” class to our heading “You’re a writer…”

    For centering the logo, please see http://theme.co/x/member/forums/topic/changing-the-header-and-navigation-menu/

    Hope that helps. 🙂

    #21949

    Chelsea S
    Participant

    Hi,

    OMG don’t hate me…I have no idea what you mean by “remove the top padding of your first content band / row and add “mtn” class to our heading “You’re a writer…” Could you please help me understand how to do this?

    Another Q, I had a page with a drop down page attached to it. The title of the drop down page was appearing a mile below where it should have been. Shouldn’t it show up directly beneath its parent page, not waaaaay down getting hidden in website content? Is there a way to fix that?

    Thank you for the centering the logo link, I will give that a try at some point!

    #21952

    Chelsea S
    Participant

    P.S. the extra space above the heading is also on pages where I didn’t use the visual editor, not sure if that matters.

    #22013

    Christian
    Moderator

    Hey Chelsea,

    If your using Visual Composer, please see the [content_band] video tutorial. If your using shortcodes, please see page 20 of X Documentation.

    Both Visual Composer and Shortcode have a padding top option which you can set to 0px.

    For “mtn”, it is a helper class (see Helper Classes on page 35 of X Documentation). It means Margin Top None. When you assign or apply that class to “You’re a writer…”, it’ll remove the top margin reducing the space above.

    Hope that helps. 🙂

    #22148

    Chelsea S
    Participant

    Thank you – it took me a while, but I was finally able to work out that spacing issue.

    Could you please tell me how to adjust the distance of the dropdown menu from its parent link in the navbar?! It’s WAY too far down, so far that when you try to mouse down to the page you’d like to select, the dropdown vanishes before you have a chance to click on it. I REALLY need this fixed!

    Thank you!

    #22276

    Rubin
    Keymaster

    Hi There,

    go to Customizer > Custom > CSS and add following:

    .x-navbar .sub-menu { top: 100px; }

    and change the value to your needs.