Hello, i've setup correctly header menù https://ibb.co/BPnG2K2
that in mobile is rendered in this way: https://ibb.co/G9r4cpp
Logo on the left and menù on the right
My question is: Do you have a shortcode for display
Menù on the left, logo on the middle and icons on the right? https://ibb.co/9rm18N1
Regards
Mobile Header Info
3 replies · opened Aug 31, 2022
Hello,
You can consider trying this CSS code:
[ch_pre type="css"]@media (max-width: 991.98px) {
#primary-menu-trigger {
order: 1;
}
#logo {
order: 2;
margin-left: auto;
margin-left: auto;
}
.header-misc {
order: 3;
}
.primary-menu {
order: 4;
}
}[/ch_pre]
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Thanks very interesting! In order to have logo correctly in center? https://ibb.co/Dbh5vL2
Hello,
We Apologize for the Inconveniences, however, we currently do not provide Customization related Support according to the Item Support Policy: https://themeforest.net/page/item_support_policy . You will need to manually code this or Hire a Freelancer to help you out.
Consider using this CSS:
[ch_pre type="css"]@media (max-width: 991.98px) {
#primary-menu-trigger {
order: 1;
width: 30%;
justify-content: start;
}
#logo {
order: 2;
margin-left: auto;
margin-left: auto;
width: 40%;
justify-content: center;
}
.header-misc {
order: 3;
width: 30%;
justify-content: end;
margin-left: 0;
}
.primary-menu {
order: 4;
}
}[/ch_pre]
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard