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
Last edit: 6 years 11 months ago by
RamgeSoft.
Please Log in or Create an account to join the conversation.