End of Support for Joomla 3 - Forum closed
[SOLVED] full size banner
Hi,
Using "Headerbar" location for a menu does not make sense because the menue starts on the left side( guess margin under 20). If I use "main-top" the location of the horizontal menu is fine, but the bar is not going through the whole site:
joomla.ramgesoft.eu/index.php/produktkategorien
I would like to have a whole bar, from left to right. Not sure I explain it good enough.
Thanks for your helpin advance
Using "Headerbar" location for a menu does not make sense because the menue starts on the left side( guess margin under 20). If I use "main-top" the location of the horizontal menu is fine, but the bar is not going through the whole site:
joomla.ramgesoft.eu/index.php/produktkategorien
I would like to have a whole bar, from left to right. Not sure I explain it good enough.
Thanks for your helpin advance
by RamgeSoft
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hello,
yes the menubar is limited to the template width.
If you want to have a fullsize menubar, please publish the menu in one of the positions top-a or top-b and set the Template parameter to 100%
yes the menubar is limited to the template width.
If you want to have a fullsize menubar, please publish the menu in one of the positions top-a or top-b and set the Template parameter to 100%
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Thank you for your response.
First of all, I didn´t knew where to set 100% - However, I guess when setting this to 100% the menue starts also left and not in the size of the template.
So, my idea was to change the background in top-A and to change the margin. This works. So I copied the template and changed the default template for that menue (because I want this change only there) and then I used custom.css and added these lines:
/* Large Screen */
@media (min-width: 1025px) {
.uk-container {
padding: 1px 50px;
}
}
/* Section Top A
========================================================================== */
#top-a {
background-color: #336699;
}
#top-a a {
color: #f1f1f1;
}
#top-a,
#top-a h1,
#top-a h2,
#top-a h3,
#top-a h4,
#top-a h5,
#top-a h6 {
color: #f1f1f1;
}
and it works
First of all, I didn´t knew where to set 100% - However, I guess when setting this to 100% the menue starts also left and not in the size of the template.
So, my idea was to change the background in top-A and to change the margin. This works. So I copied the template and changed the default template for that menue (because I want this change only there) and then I used custom.css and added these lines:
/* Large Screen */
@media (min-width: 1025px) {
.uk-container {
padding: 1px 50px;
}
}
/* Section Top A
========================================================================== */
#top-a {
background-color: #336699;
}
#top-a a {
color: #f1f1f1;
}
#top-a,
#top-a h1,
#top-a h2,
#top-a h3,
#top-a h4,
#top-a h5,
#top-a h6 {
color: #f1f1f1;
}
and it works
Last Edit:5 years 7 months ago
by RamgeSoft
Last edit: 5 years 7 months ago by RamgeSoft.
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates