Menu width over the whole screen
1 year 11 months ago #68123
by joachimF
Menu width over the whole screen was created by joachimF
Hi, I make the menu width across the whole screen with the following code in user.css
Can I also achieve this appearance directly with the MaxiMenuCK, without the diversions via the user.css?
Code:
/*Menu zentriert */
.container-header .container-nav {
background-color: #0392D6; /* For browsers that do not support gradients */
background-image: linear-gradient(to bottom , #0272A7, #0392D6);
justify-content: center !important;
}
Can I also achieve this appearance directly with the MaxiMenuCK, without the diversions via the user.css?
Please Log in or Create an account to join the conversation.
1 year 11 months ago #68126
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Menu width over the whole screen
Hi
you can use the Custom css area from the styling options in Maximenu CK, but you can also leave it in user.css as this file is intended to be used in such situation
CEd
you can use the Custom css area from the styling options in Maximenu CK, but you can also leave it in user.css as this file is intended to be used in such situation
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.211 seconds