This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Align Menu to bottom

Resolved 4 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

Hi,

I have my website with the logo in the menu. I added css to move and resize the logo. See link.

I would very much like to have the menu text appear on the bottom of the menu bar. Is this possible?

I also have a small question with the editor, I know it’s not yours but I really want to have some
in there (to make more space between the Post Title and the Contents, and between different paragraphs in the contents). But,
stays like that, visible on the page and not doing anything is, and simply using enter in the text field doesn’t work either, it simply disappears…

Thanks a lot, I’m enjoying your theme a lot and appreciate the very nice support you give here!

URL: http://www.ecuadortravel.net

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Rincón d'Olón 10 years, 11 months ago

    my last question was about the break tag

    , but of course I forgot to put it in a code bracket so it doens’t show up. Sorry for the confusion.

  2. Andrew Misplon Staff 10 years, 11 months ago

    Hi Rincón

    Please try the following under Appearance > Custom CSS:

    /* Menu */
    .main-navigation ul li a {
      margin-top: 87px;
    }
    .main-navigation ul ul li a {
      margin-top: 0;
    }

    Try the following under Appearance > Custom CSS to adjust the space after post title before post content:

    /* Single Post Entry Header */
    article.post .entry-header, article.page .entry-header {
      margin-bottom: 40px;
    }

    Try the following to adjust the space above and below paragraphs:

    /* Paragraphs */
    .entry-content p, .entry-content > ul, .entry-content > li, .entry-content > dl, .entry-content pre, .entry-content code, .entry-content blockquote {
      margin: 2em 0;
    }

    Let me know how you do with this Custom CSS and we can take things from there.

  3. Rincón d'Olón 10 years, 11 months ago

    Cool, works perfectly! Thanks a lot!!

  4. Andrew Misplon Staff 10 years, 11 months ago

    Super, glad that helped.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread