Centering the logo in the mobile bar
4 years 6 months ago #58054
by KalliPR
Centering the logo in the mobile bar was created by KalliPR
Good morning,
I have a question regarding the mobile menu and the logo display. In the normal menu options (the desktop version) the logo location is set as "Center" but in the mobile version it's on the left side. Is there a way to responsively place the mobile logo in the center of the screen?
Thank you in advance.
Below I leave the link for the site I'm working on.
I have a question regarding the mobile menu and the logo display. In the normal menu options (the desktop version) the logo location is set as "Center" but in the mobile version it's on the left side. Is there a way to responsively place the mobile logo in the center of the screen?
Thank you in advance.
Below I leave the link for the site I'm working on.
This message contains confidential information
Please Log in or Create an account to join the conversation.
4 years 6 months ago - 4 years 6 months ago #58059
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Centering the logo in the mobile bar
Hi
you can add this code in a custom css
this shall work
CEd
you can add this code in a custom css
Code:
.mobilemenuck-bar .maximenucklogo {
width: 80px;
height: 80px;
position: absolute;
left: 50%;
transform: translate(-50%);
}
this shall work
CEd
Joomlack Webmaster and Developer
Last edit: 4 years 6 months ago by ced1870.
Please Log in or Create an account to join the conversation.
Time to create page: 0.212 seconds