• hello,

    Blocked for asking a question by some “important” moderator!!! Funny

    I Noticed, that in the submenu (Page menu title containing 3 or more words) supose to show in two rows in submenu section.
    But the second line (row) covers the next submenu section bellow which causes the text in the bellow section being unreadable and is covered with last words from above submenu title.

    If confused: …. Submenu shows only ONE ROW OF TEXT per page menu title.
    The second row covers the first row of the submenu bellow.
    Better separation is needed.

    Can we please somehow fix it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Probably due to the fixed height in the css.
    remove it and comeback with a feedback

    ‘#nav ul li a {
    height: 40px;
    }’

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    For CSS-specific issues, consider CSS-specific forums.

    I fixed in this way: in CSS this part
    #nav ul li a{
    display: block;
    float: left;
    position:relative;
    font-size: 14px;
    font-weight:700;
    text-transform: uppercase;
    padding:0 15px;
    height:40px;
    line-height:40px;
    }

    I changed in this way (the last two strings)

    #nav ul li a{
    display: block;
    float: left;
    position:relative;
    font-size: 14px;
    font-weight:700;
    text-transform: uppercase;
    padding:0 15px;
    height:auto;
    line-height:30px;
    }
    my site: http://www.cracoviaguida.eu

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Have to ask again this: Submenu (in two rows issue)’ is closed to new replies.