Logo on iPhone portrait not dynamic
This support request was posted in BBQ by redten
- redten August 9, 2013 at 10:20 am
Hi
Everything is going great with BBQ but the logo for our site seems to be not resizing when in portrait mode unless it is 320px wide – is there any thing I need to do for it to be dynamic?also:
where can I change the dynamic navigation menu from “Go to…” to “touch here for menu” or something like that
many thanks
Matt
Juanfra Aldasoro August 9, 2013 at 2:43 pmHi Matt,
Thanks for writing 🙂
The logo is not intended to be resized, however this is a task that can be done with a little css.
For example:
@media screen and (max-width: 515px) { #logo img { width: 50%; } }
Will make your logo size of 50% of the current screen for mobile devices smaller than 515px wide (Usually android phones in landscape mode).
With regards to the dynamic navigation menu, that can be changed on the file /bbq/includes/js/custom.js, line #9 approximately.
You need to change
"text" : "Go to..."
with
"text" : "touch here for menu"
Best,
Juan.
This topic is marked as resolved
Only the topic author can re-open this thread.