- Posts: 14116
- Thank you received: 1639
Front end editor layout problem
-
ivan.milic
Support Staff - Moderator
Less
More
11 years 7 months ago #29521
by ivan.milic
Replied by ivan.milic on topic Front end editor layout problem
No
Please Log in to join the conversation.
-
chrisnz
Inactive member - Topic Author
- New Member
Less
More
- Posts: 15
- Thank you received: 0
11 years 7 months ago #29525
by chrisnz
Replied by chrisnz on topic Front end editor layout problem
well, that was to the point
Please Log in to join the conversation.
-
chrisnz
Inactive member - Topic Author
- New Member
Less
More
- Posts: 15
- Thank you received: 0
11 years 7 months ago #29547
by chrisnz
Replied by chrisnz on topic Front end editor layout problem
I've reinstalled the template and got the menu issue sorted. The front end editor layout still needs fixing (The problem exists with the default template installation as well). Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 7 months ago #29549
by ivan.milic
Replied by ivan.milic on topic Front end editor layout problem
Did you put:
.nav nav-tabs{
list-style:none;
}
.nav nav-tabs > li{
float:left;
}
.nav nav-tabs{
list-style:none;
}
.nav nav-tabs > li{
float:left;
}
Please Log in to join the conversation.
-
chrisnz
Inactive member - Topic Author
- New Member
Less
More
- Posts: 15
- Thank you received: 0
11 years 7 months ago #29551
by chrisnz
Replied by chrisnz on topic Front end editor layout problem
yes, I've added the code but it hasn't made any difference
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 7 months ago #29552
by ivan.milic
Replied by ivan.milic on topic Front end editor layout problem
I missed two dots:
.nav .nav-tabs{
list-style:none;
}
.nav .nav-tabs > li{
float:left;
}
.nav .nav-tabs{
list-style:none;
}
.nav .nav-tabs > li{
float:left;
}
Please Log in to join the conversation.
Time to create page: 0.101 seconds