• Resolved johnthreadheart

    (@johnthreadheart)


    Hi,

    The theme I installed came with a portfolio that has a menu bar above it to navigate between types. I’m having difficulty figuring out how to center it or even have it flush left. Any help would be appreciated.

    My portfolio page

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Try adding this to custom CSS (style.css):

    .filterable {
        float: none;
        margin: 0 auto 5%;
        display: table;
    }

    Thread Starter johnthreadheart

    (@johnthreadheart)

    No, it’s still flushed right.

    Where did you add that code?

    Thread Starter johnthreadheart

    (@johnthreadheart)

    First, I added it in using “custom css manager” plugin. When that didn’t work, I went into main.css (the theme’s author’s version of style.css) and replaced this code:

    .filterable {
    float: right;
    list-style: none;
    text-transform: uppercase;
    margin: 0 0 5% 0;
    clear: both;
    }

    I switched it back afterwards out of fear it’d affect something else.

    Could you add it back to Custom CSS? Generally, it’s best to keep whatever you’ve tried so whoever has suggested it can see why it’s not working.

    Thread Starter johnthreadheart

    (@johnthreadheart)

    I just put it back in and now it works… Thanks! haha

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