- Posts: 5
- Thank you received: 0
Module's Embedded Styles
-
crissyjo1
Inactive member - New Member
Less
More
-
milos
Support Staff - Moderator
Less
More
- Posts: 6769
- Thank you received: 719
15 years 2 weeks ago #468
by milos
Replied by milos on topic Re: Module's Embedded Styles
Unordered list styles of your template (ul and li) are not set properly. Try to put
in your template CSS file.
Code:
ul {
margin:0; padding0;
}
Please Log in to join the conversation.
-
crissyjo1
Inactive member - New Member
Less
More
- Posts: 5
- Thank you received: 0
15 years 1 week ago #484
by crissyjo1
Replied by crissyjo1 on topic Re: Module's Embedded Styles
No luck, it still hung too low. Right now I have the tab width at 0 so people can navigate in IE. But you can still see how it hangs low it you look all the way to the right.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6769
- Thank you received: 719
15 years 1 week ago #485
by milos
Replied by milos on topic Re: Module's Embedded Styles
Try this: in template.css (line 27) delete line "margin-left:1em;"
Please Log in to join the conversation.
-
crissyjo1
Inactive member - New Member
Less
More
- Posts: 5
- Thank you received: 0
15 years 1 week ago #488
by crissyjo1
Replied by crissyjo1 on topic Re: Module's Embedded Styles
Still not doing anything. I've also just learned that users with ie7 (I'm using are having issues where the sub menu items are hiding behind Hot Newsflash.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6769
- Thank you received: 719
15 years 1 week ago #489
by milos
Replied by milos on topic Re: Module's Embedded Styles
Try adding this in your template.css:
Regarding submenus, you should add z-index value in css of submenus.
Code:
.module ul, .module li {
list-style:none;
margin:0;
padding:0;
}
Regarding submenus, you should add z-index value in css of submenus.
Please Log in to join the conversation.
Time to create page: 0.098 seconds