• Resolved llopez

    (@llopez)


    I can’t seems to make the category menu (%cats) stay below the horizontal bar (%bar2). The category names cause the category menu to expand and overlap the bar. It didn’t used to be like that — is it an intentional design change or a bug? I’m just repairing my sites following an update — not sure if it was Atahualpa or WP — that caused all kinds of havoc. This is the last bit that I can’t seem to put back like it was.

    Also, there was once a bullet option for lists of links and feeds, but I don’t see it anymore. Am I missing it or was it eliminated?

    http://mcainy.org
    http://storiesfromthefield.org

Viewing 6 replies - 1 through 6 (of 6 total)
  • You added a 5px border to the top and bottom of the image container, but didn’t change the size of the parent container by that amount. Try adding
    `div#imagecontainer-pre {height: 160px;}’
    and see what happens

    Thread Starter llopez

    (@llopez)

    Thank you but I don’t understand. Add `div#imagecontainer-pre {height: 160px;}’ to where? I tried in several places to no avail.

    Also (maybe related?) in Configure Header Area, my specification is %logo %pages %image %cats but I still have a %bar1 and a %bar2 on my page. If I change my specification to %logo %pages %bar1 %image %bar2 %cats, I end up with four bars — two on top and two on bottom. They’re easy to see because one set is black and the other set is charcoal, and one set is a few pixels below the other.

    put the CSS in the ‘CSS Inserts’ option

    The bar1 and bar2 will only show up if you have added teh %bar1 and %bar2 in the ‘Configure Header Area’

    The original bars you are seeing are because (as I said previously) you have added a 5px border to the top and bottom of the image container

    Thread Starter llopez

    (@llopez)

    Somehow I missed that CSS inserts place but, yes, brilliant! It worked! Thank you!

    Glad to help, please mark this resolved.

    Thread Starter llopez

    (@llopez)

    Done and thanks again.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Category menu overlaps horizontal bar’ is closed to new replies.