Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • dkorres Friend
    #159340

    Hello, I’m having a problem with a site I’m building.

    When a menu item is longer than one line, on a menu placed on the right module position, the second line is not indented as the first, but starts a little to the left – see attached photo. Any way to fix this, so that the second line starts at the same vertical point as the first line?


    1. BEYOND-Mozilla-Firefox_2011-01-26_15-53-13
    aman204 Friend
    #374049

    You can change this::

    #ja-container ul.menu li a {template.css (line 1040)
    color: #333333;
    display: block;
    outline: medium none;
    padding: 6px 0;
    text-indent:13px;
    text-decoration: none;
    }

    to

    #ja-container ul.menu li a {template.css (line 1040)
    color: #333333;
    display: block;
    outline: medium none;
    padding: 6px 0 6px 13px;
    text-decoration: none;
    }

    dkorres Friend
    #374061

    Thank you for the quick reply – however, even though it fixes the problem, it creates a new one: this time, second-level (submenu) items exhibit the same behaviour (first line indented more than the second), which did not happen before my editing the css file. Once again, pls. see the attached screenshot – any ideas?


    1. Mozilla-Firefox_2011-01-27_13-29-47
    aman204 Friend
    #374237

    <em>@dkorres 217953 wrote:</em><blockquote>Thank you for the quick reply – however, even though it fixes the problem, it creates a new one: this time, second-level (submenu) items exhibit the same behaviour (first line indented more than the second), which did not happen before my editing the css file. Once again, pls. see the attached screenshot – any ideas?</blockquote>

    You can try remove this::

    #ja-container ul.menu li li a {template.css (line 1064)
    color: #333333 !important;
    font-weight: normal !important;
    text-indent: 10px; >> remove
    }

    dkorres Friend
    #374292

    that fixed it – thank you!

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  dkorres 13 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum