title image scale

Home Forums Pro Support title image scale

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #68928
    Fubbi KarlssonFubbi Karlsson
    Participant

    Hi

    I want to scale my title image when looking at the menu in mobile landscape mode. It looks fine in all other modes but its too big in landscape mode.

    Is there a way to control this through the plugin?

    thank you

    #68935
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Fubbi,

    Unfortunately you haven’t provided a site URL so I can’t check but it sounds like you need to add a max-width to it.

    This can’t be done via the plugin however, so will need to be done via some Custom CSS.

    All the best

    Peter

    #68934
    Fubbi KarlssonFubbi Karlsson
    Participant

    Hi

    I apologize! Here it is:

    http://sumo.fubbi.com/

    #68933
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Fubbi,

    You can add a max width on it using the below CSS:

    #responsive-menu-pro-container #responsive-menu-pro-title #responsive-menu-pro-title-image img {
       max-width: 150px;
    }

    Please let me know if that helps to solve your issue.

    Peter

    #68932
    Fubbi KarlssonFubbi Karlsson
    Participant

    Hi

    Unfortunately that had no effect, I tried a few browsers on my phone to make sure it was loaded fresh.

    The logo is still cropped vertically by the screen size in landscape mode…

    #68931
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Fubbi,

    Can you link to a screenshot as I am not sure exactly what the issue is.

    It looks fine on all the devices I have looked at it on.

    Peter

    #68930
    Fubbi KarlssonFubbi Karlsson
    Participant

    screenshot

    #68929
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Fubbi,

    Are you saying that the image is to high?

    If so, just use max-height instead of max-width.

    Peter

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘title image scale’ is closed to new replies.