• Resolved mjaw10

    (@mjaw10)


    The height of the navigation bar changes on some of the pages. I did some testing and it only seems to happen on a page with a bullet point list or a numbered list.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Manesh Timilsina

    (@maneshtimilsina)

    Hi @mjaw10

    You have added custom css to add padding to ul which is affecting main navigation on that page. You have added following code:

    ol.has-background, 
    ul.has-background {
    padding: 1.25em 2.375em;
    }

    It will be better if you prefix above code with some class that is used for content only. For example, you can rewrite above code as:

    .entry-content ol.has-background, 
    .entry-content ul.has-background {
    padding: 1.25em 2.375em;
    }

    I hope this will solve your issue. Thank you.

    Thread Starter mjaw10

    (@mjaw10)

    Hi @maneshtimilsina

    I haven’t added any code. I’ve just been using the site editor. The CSS only gets added when I put a list block in the page area. If I remove the list it goes back to normal.

    Theme Author Manesh Timilsina

    (@maneshtimilsina)

    Hi @mjaw10

    I have fixed this issue and updated the theme. Please use latest version (1.1.2) of the theme.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.