• Resolved vankims50

    (@vankims50)


    Hello,

    My menu categories currently display on two lines and I need them to be on one line. Does anyone know how to get this fixed?

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi there,
    add this

    .site-bar .nav{
        width:100%;
    }

    in your custom CSS box under Customize->Additional CSS to make it one liner.
    Let me know if this worked for you.

    Thread Starter vankims50

    (@vankims50)

    It worked. Thank you so much Fotis, you are a lifesaver!!

    That’s great. Glad I could help. If you need additional help with anything, feel free to get in touch and I will be there for you within 24 hours.

    Also, we’d really appreciate if you could you take a minute and rate our theme/plugin at https://wordpress.org/support/view/theme-reviews/olsen-light. In order to provide a rating, you will need a WordPress.org account and it takes only a minute to create one by following this link https://login.wordpress.org/register

    Thread Starter vankims50

    (@vankims50)

    Thank you. Review submitted!

    Thank you!

    Thread Starter vankims50

    (@vankims50)

    Hi Fotis,

    I have another issue with the Olsen theme and I was wondering if you could help me out. I will like my previous post to be organized in boxes in two rows next to one another, instead of the way it is currently being displayed, because there is a lot of scrolling before you get to the bottom of the page. Also is it possible to make the sidebar headers a different color or a darker shade of gray so that it more visible? Here’s the link to my site.
    https://the-fashion-whisper-er.com

    Thank you

    Hi there,
    you can try this

    .widget-title {
        background: gray;
        color: #fff;
    }
    .home #main article {
        width: 50%;
        padding: 10px;
        max-width: 50%;
    }
    .home #main {
        display: flex;
        flex-flow: row wrap;
    }

    in your custom CSS, but you might need to adjust some font sizes etc.

    Are you using the WordPress.com (paid) version of Olsen?
    If yes, please know you have dedicated support here https://premium-themes.forums.wordpress.com/forum/cssigniter/olsen/
    Let me know if you need additional help with this.

    Thread Starter vankims50

    (@vankims50)

    Thank you so much Fotis. Yes I am using the paid version and I submitted a support question but I prefer your support lol.

    I put in the code which you sent and it worked thanks again.The only issue that I have is the length of the grids influenced by the one next to it

    For example for the second row, the blogpost “continue reading” under the blogpost “My Amor, My Walls, My perfectionism” is all the way at the bottom because the post next to it is too long. Can it be organized in a way where the grid lengths are independent of each other?

    Also, How can I increase the space between the grids and limit the number of posts on the homepage to six?

    Sorry for the multiple requests, basically what I am trying to do is get the display or the Olsen light theme which I had when my blog was hosted on WordPress.org.

    I was playing around with the code you sent and changed the second line to “grid” and it looked right but only issue is the posts are displaying in one column when I change it.
    }
    .home #main {
    display: grid;
    flex-flow: row wrap;
    }
    Thank You!

    Thread Starter vankims50

    (@vankims50)

    I figured out how to limit the number of posts and increase the space between the grids so please ignore those questions. Thank you!

    @vankims50 Great! Feel free to contact me directly at support[at]cssigniter.com since you are using a paid version of Olsen.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Menu Help’ is closed to new replies.