Logo on iPhone portrait not dynamic

This support request was posted in BBQ by redten

Request ID #2025 Resolved
  • 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

    Hi 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.

    Thanks very much for your prompt reply!

    Matt

    Juanfra Aldasoro

    No problem Matt 🙂

    Have a nice day,
    Juan.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic is marked as resolved

Only the topic author can re-open this thread.

Login to your Account

Welcome back! Please log in to your account by filling the fields below:

Forgot?

Not a member? Create a free account.

Create a Free Account

You're 27 seconds away from some awesome WordPress free stuff, benefits and more. Create a free account and have access to our free products, benefits and more!

Already have an account? Log in
Secure Server