- Posts: 21
- Thank you received: 0
Breadcrumbs not visible
-
rkmani
Inactive member - Topic Author
- Member
Less
More
13 years 7 months ago #8219
by rkmani
Breadcrumbs not visible was created by rkmani
The Breadcrumbs are not visible and also there is more space between SEARCH and LOGO. The logo size is 240x50. See
www.scholarius.com
Please Log in to join the conversation.
-
rkmani
Inactive member - Topic Author
- Member
Less
More
- Posts: 21
- Thank you received: 0
13 years 7 months ago #8222
by rkmani
Replied by rkmani on topic Re: Breadcrumbs not visible
I realized that the Breadcrumbs module is NOT 'pathway or breadcrumbs' BUT USER9. If any module is assigned to USER9, then breadcrumbs becomes 'invisible'.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
13 years 7 months ago #8223
by milos
Replied by milos on topic Re: Breadcrumbs not visible
Please keep Breadcrumbs module in the 'breadcrumbs' module position.
Please Log in to join the conversation.
-
rkmani
Inactive member - Topic Author
- Member
Less
More
- Posts: 21
- Thank you received: 0
13 years 7 months ago #8228
by rkmani
Replied by rkmani on topic Re: Breadcrumbs not visible
Many thanks for the quick reply. What about the space between breadcrumbs and the logo? Any idea how the whitespace can be reduced?
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
13 years 7 months ago #8242
by milos
Replied by milos on topic Re: Breadcrumbs not visible
I don't see too much whitespace there? Maybe you wanted to reduce space between the logo and top menu? Or you already fixed that?
Please Log in to join the conversation.
-
rkmani
Inactive member - Topic Author
- Member
Less
More
- Posts: 21
- Thank you received: 0
13 years 7 months ago #8245
by rkmani
Replied by rkmani on topic Re: Breadcrumbs not visible
Yes, I fixed that. In the layout.css file I had changed the value from 250px to 170 px.
#header_wrap {
height:170px;
}
.header_module {
overflow:hidden;
margin:0 auto;
height:170px;
}
.header_left {
float:left;
height:170px;
}
#header_wrap {
height:170px;
}
.header_module {
overflow:hidden;
margin:0 auto;
height:170px;
}
.header_left {
float:left;
height:170px;
}
Please Log in to join the conversation.
Time to create page: 0.161 seconds