-
AuthorPosts
-
January 26, 2011 at 1:57 pm #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?
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
January 27, 2011 at 10:36 am #374049You 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;
}January 27, 2011 at 11:32 am #374061Thank 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?
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
January 28, 2011 at 12:04 pm #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
}1 user says Thank You to aman204 for this useful post
January 28, 2011 at 6:31 pm #374292that fixed it – thank you!
AuthorPostsViewing 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
Jump to forum