- Posts: 11
- Thank you received: 0
First sub menu item not visible
-
kselseise
Inactive member - Topic Author
- New Member
Less
More
14 years 5 months ago #2008
by kselseise
Replied by kselseise on topic Re: First sub menu item not visible
Currently i have access to IE8 and the site runs smoothly in comatibility mode however in normal explorer window it shows the same problem.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6769
- Thank you received: 719
14 years 5 months ago #2010
by milos
Replied by milos on topic Re: First sub menu item not visible
Sorry, I didn't understand you well. Thank you for reporting this error.
To fix it, please edit template_css.css file of the template. Change line 375 from
#nav li
to
#nav > li
To fix it, please edit template_css.css file of the template. Change line 375 from
#nav li
to
#nav > li
Please Log in to join the conversation.
-
kselseise
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 0
14 years 5 months ago #2011
by kselseise
Replied by kselseise on topic Re: First sub menu item not visible
thanks for your efficient and prompt support. however how to locate line no. 375 as when edit it in joomla it does not show the line numbers. Appreciate if you can explain a bit more that where to make the change.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6769
- Thank you received: 719
14 years 5 months ago #2012
by milos
Replied by milos on topic Re: First sub menu item not visible
You can use browser search and search for term " #nav li " (CTRL + F)
Please Log in to join the conversation.
-
kselseise
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 0
14 years 5 months ago #2013
by kselseise
Replied by kselseise on topic Re: First sub menu item not visible
Thanks. I already did the search, however there are number lines in that file using the same term #nav li. Should i change all?
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6769
- Thank you received: 719
14 years 5 months ago #2014
by milos
Replied by milos on topic Re: First sub menu item not visible
No, find part
and change this one only.
Code:
#nav li {
float:left;
position:relative;
margin:0 10px 0 0;
height:50px;
-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;
border-radius: 5px 5px 0 0;
behavior: url(templates/hot_architecture/css/PIE.php);
}
Please Log in to join the conversation.
Time to create page: 0.102 seconds