Home>Support>Align Menu to bottom

Align Menu to bottom

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 6 months ago Rincón d'Olón

    my last question was about the break tag

    <br>

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

  2. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    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. 9 years, 6 months ago Rincón d'Olón

    Cool, works perfectly! Thanks a lot!!

  4. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More