My clients site: http://conservativevoiceofthepeople.com/, the logo is to the right on the mobile version (Android to be exact) and there is no navigation. Can this be changed?
hi,
switch the menu to white: http://screencast.com/t/3cfCcCAY
Thanks for you message.
Radu A.
Switching the menu color to white changes nothing. The logo is still on the right of the header on the phone and there is not navigation. Help please.
hi,
the icon is there but is black, this is why I said to switch to white.
the menu is working fine.
http://screencast.com/t/zmGtbMXNKf
Thanks for you message.
Radu A.
Okay, I have figured out what is going on. When reduced down to phone size, the black bar that contains the menu and search icons is behind the logo and pushing it to the right. Can this be changed?
Ideally, I would love the logo to be below the menu/search bar and on the left side.
Hi,
You can use this CSS, add it in Theme panel -> Custom CSS
@media (max-width: 767px) {
.header-logo-wrap {
display: block;
}
.header-logo-wrap img {
display: block;
}
.mobile-logo-wrap {
display: none;
}
}
but the logo if at the top. To move the logo bellow the menu you need to make some code changes.
Thanks for the message!