Logo and mobile menu

Hi there:

http://txadproofs.com/columbusjellystone.com/

When viewed on a mobile, the logo is kinda big and interferes with the menu, is there a way of making the logo align left, and align the menu right? dunno, anything to make this look better? when it is seen on a small portrait mobile, it shoves the menu down a line, Id like it to keep all on one line, so the menu bar is small.

Thanks.

Hi There,

Thank you for writing in, please add this to Theme Options > CSS

@media (max-width: 501px) {
	header.masthead .x-brand.img {
		width: 80%;
	}
}

Have a great day,
Cheers!

Worked a treat! thanks!

You’re welcome! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.