Logo on mobile in the center – I can only move it to the right
-
Hi,
My logo is not centered on mobile, but only on PC. I wrote to my theme support – no help. I tried implementing many custom css to my child theme customization additonal css code. Only one seems to do anything, but it only moves it to the right. I tried changing this value to the middle or center, but still nothing. This is the code which worked and moved it to the right, please help:/* Change logo and menu position in tablets and mobile */
@media only screen and (max-width:767px) {
#advanced_menu_toggle {
left: 0!important;
right:auto!important;
}
.logo {
float: right!important;
width: auto!important;
}
}The page I need help with: [log in to see the link]
- The topic ‘Logo on mobile in the center – I can only move it to the right’ is closed to new replies.