- This topic has 5 replies, 2 voices, and was last updated 11 months, 3 weeks ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Construction Base Pro › Menü, Sticky Menü, Header
Have a wonderful day,
I have a small problem with the Construction Base Pro theme.
1. the header menu is not centered under the logo. I would like to have the logo and the menu below each other and centered in the page. (Reponsive)
2. in the mobile version the menu is too wide and causes me to scroll the page to the right.
I have inserted the following css and would be grateful for an optimization.
Die Seite lautet: handihand.ch
Vielen dank
Marcel
unfortunately i can’t post the css code here
unfortunately the logo on the mobile is much too small
Seems you have added an Additional CSS already to your site
Please you can try this CSS, regarding menu width you can adjust the value in .sidr
.sidr{
width: 200px !important;
}
.custom-logo-link{
max-width: 100% !important;
left: auto !important;
float: none !important;
}
@media only screen and (max-width: 1023px){
.custom-logo-link img {
max-width: 50% !important;
left: auto !important;
}
}
@media (max-width: 480px){
.custom-logo-link {
left: auto !important;
}
}
@media only screen and (max-width: 767px){
.site-branding {
text-align: center !important;
}
}
@media screen and (min-width: 1024px) {
.container{
max-width: 1300px;
width: 100%;
}
#main-nav{
float: none;
}
.container #primary-menu{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
width: 100%;
left: 0;
}
}
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |