Logo on Mobile Version

Posted in: Newspaper
Post count: 14

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?

Post count: 854

hi,
switch the menu to white: http://screencast.com/t/3cfCcCAY

Thanks for you message.
Radu A.

Post count: 14

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.

Post count: 854

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.

Post count: 14

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?

http://www.conservativevoiceofthepeople.com

Post count: 3343

Hi,
The logo is in that position like in our demo, do you need other position for the logo. Give us more details.

Thanks!

Post count: 14

Ideally, I would love the logo to be below the menu/search bar and on the left side.

Post count: 3343

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!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.