Home>Support>Origami Menu – How to align the text to the left?

Origami Menu – How to align the text to the left?

By geo222, 8 years ago. Last reply by Alex S, 7 years ago.

Hi,

I love the Origami theme and I upgraded to premium. I do, however, think it’s odd that everything in the menu (including sub-menu items) is centered. I’d like the menu text (including sub-menu text) to be left-aligned.

I’d also like the post titles to be left-aligned. What part of the CSS do I need to change?

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 6 months ago Alex S
    Hi, I Work Here

    Hi Geo222,

    You can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    #menu ul {    text-align: left !important;}

    You might also need to install the SiteOrigin CSS Editor.

  2. 8 years, 21 days ago geo222

    Thanx Alex, now my menu items are aligned. My post titles and various elements (like the time stamp) are still centered. How do I left-align those as well?

  3. 8 years, 21 days ago geo222

    By the way, here is a link to my blog:
    http://www.raising-treasures.whytecrow.com/wp/

  4. 8 years, 21 days ago Alex S
    Hi, I Work Here

    Hi Geo222,

    Did you just get notified about my reply? Or are you coming back to this thread? :S

    Please navigate to WP AdminAppearanceCustom CSS and add the following CSS:

    Post / Archive Title:

    h1.entry-title, h1.archive-title {
        text-align: left;
    }
    

    Post Meta:

    .post .post-info {
        text-align: left;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

  5. 8 years, 21 days ago geo222

    Hehe. Yes I came back to the thread. I’m so sorry about the thread necro-mancy. I’ve been working overtime for quite some time and had absolutely no time to work on my blog template. BUT I’m back!

    And thank you, the code worked.

  6. 7 years, 11 months ago jemostrom

    Is it possible to get the sub-items left aligned also (Origami Premium if it matters)

    • 7 years, 11 months ago Alex S
      Hi, I Work Here

      Hi Jemostrom,

      Yes, but you’ll need to use some custom CSS. Please navigate to WP AdminAppearanceCustom CSS and add the following CSS:

      #menu ul ul li {
      	text-align: left
      }
      

      You might also need to install the SiteOrigin CSS Editor.

      By the way, as you’re a premium user, you’re entitled to priority email support. If you would like to make use of that, please follow the instructions found on this page. Please reference this thread and include your SiteOrigin order key in the email.

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