- Posts: 17
- Thank you received: 0
How to make header position 100% width
-
Anjan0302
Inactive member - Topic Author
- New Member
Less
More
9 years 9 months ago #44457
by Anjan0302
How to make header position 100% width was created by Anjan0302
How to make header position 100% width (panel 1-4, user3 & user4 as per the module position)
please Reply ASAP
thanks & Best Regards
please Reply ASAP
thanks & Best Regards
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 9 months ago #44463
by ivan.milic
Replied by ivan.milic on topic How to make header position 100% width
It is not that easy. You would need to edit code of index.php of template then to fit all again.
The following user(s) said Thank You: Anjan0302
Please Log in to join the conversation.
-
Anjan0302
Inactive member - Topic Author
- New Member
Less
More
- Posts: 17
- Thank you received: 0
9 years 9 months ago #44471
by Anjan0302
Replied by Anjan0302 on topic How to make header position 100% width
if u know the process pls elaborate. thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 9 months ago #44474
by ivan.milic
Replied by ivan.milic on topic How to make header position 100% width
Add this to template_css.css
.topPanelModules{
width:auto!important;
}
.header_wrap2,
.header_wrap2 .header{
width:auto!important;
}
#topmenu{
width:100%!important;
}
.logo{
width:25%!important;
}
.search_wrap{
width:70%!important;
}
.topPanelModules{
width:auto!important;
}
.header_wrap2,
.header_wrap2 .header{
width:auto!important;
}
#topmenu{
width:100%!important;
}
.logo{
width:25%!important;
}
.search_wrap{
width:70%!important;
}
Please Log in to join the conversation.
-
Anjan0302
Inactive member - Topic Author
- New Member
Less
More
- Posts: 17
- Thank you received: 0
9 years 9 months ago #44476
by Anjan0302
Replied by Anjan0302 on topic How to make header position 100% width
thanks for the same but it's not working it's only messed up the texts such logo, and search panel area. anyway thanks again for the same if u find any thing better pls reply.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 9 months ago #44480
by ivan.milic
Replied by ivan.milic on topic How to make header position 100% width
That is on fly solution that works on default content
Please Log in to join the conversation.
Time to create page: 0.219 seconds