• Resolved MimmiN

    (@mimmin)


    Hi,

    Thanks for a great theme!

    Is it possible to center the navigation on top? I have just a couple of list elements and I would like them to appear right above the main content.

    Is it possible to have images as part of the excerpt?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter MimmiN

    (@mimmin)

    And: May I also include the tags below each excerpt?

    For the menu try this:

    @media screen and (max-width: 600px) {
       .menu-main-menu-container {
           margin-left: 30%;
       }
    }

    This is the result on my local site:
    MatriKS

    It is a raw snippet, you’ll have to adapt it to your needs.

    P.S. for the tags below the excerpt question, I would suggest you to open a different topic to avoid confusion.

    Hope it helps,
    G.

    Thread Starter MimmiN

    (@mimmin)

    Thank you ?? Haven’t had the time to look at it before now.

    I ended up with copying the index-box:

    .main-navigation .menu{
        margin: auto;
        max-width: 78rem;
    }

    @ MimmiN

    Excellent! Maybe before closing this topic as resolved you can post a link to you site so we can see the outcome.

    Thanks,
    Giorgio

    Thread Starter MimmiN

    (@mimmin)

    Here is my site, sorry for the late reply
    https://altern.no/ingy/

    Well done!

    I don’t know if you wanted the menu to be like this, bit shifted from the picture/post below, but just in case you wanted to make it flashed to the left post border
    look at this
    modify this line in your css:

    .main-navigation .menu {
        max-width: 81.5rem;
    }

    of course apply the proper media-query settings to avoid problem on smaller devices…

    Congrats for your new shiny site ?? I think we can mark it as SOLVED!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Possible to center menu’ is closed to new replies.