• Resolved Wando

    (@hrvojej)


    Hi to all,

    just resolved problem in subject so I am posting in case anyone else encounters same problem.

    In themes style.css you need to add padding-bottom: 5px; in #access a

    So it needs to look like this:

    #access a {
    	color: #000;
    	display: block;
    	line-height: 2em;
    	margin: 0 1px 0 0;
    	padding: 0.25em 1em 0;
    	text-decoration: none;
    padding-bottom: 5px;
    }

    Cheers!
    hrvoje

  • The topic ‘Coraline theme – submenues dissapearing in Chrome’ is closed to new replies.