- Posts: 42
- Thank you received: 0
Backround no repeat
-
acleague
Inactive member - Topic Author
- Member
Less
More
11 years 11 months ago - 11 years 11 months ago #25151
by acleague
Replied by acleague on topic Backround no repeat
In Chrome browser the link on the top menu is over the search area.
Check the attached file.
www.acleague.ro
Check the attached file.
www.acleague.ro
Last edit: 11 years 11 months ago by acleague.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago - 11 years 11 months ago #25170
by ivan.milic
Replied by ivan.milic on topic Backround no repeat
In template_css.css around line 668:
#nav > li {
float: left;
position: relative;
padding: 3px 20px 10px 18px;
margin: 8px 0 0 0;
}
change padding: 3px 20px 10px 18px; to padding: 3px 15px 10px 18px;
#nav > li {
float: left;
position: relative;
padding: 3px 20px 10px 18px;
margin: 8px 0 0 0;
}
change padding: 3px 20px 10px 18px; to padding: 3px 15px 10px 18px;
Last edit: 11 years 11 months ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.075 seconds