Mobile image scale

Home Forums Pro Support Mobile image scale

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

    Hello

    I am using the pro version

    I want to use a header image. Png works fine, but stays big and gets cropped on mobile.
    Also tried SVG, but it does not show at all.

    here is the page where I am building the menu: http://sumo.fubbi.com/

    Thank you for any advice

    #68957
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Fubbi,

    I don’t see any header images on that page provided.

    Are you referring to the mobile menu title image, if so the below should work:

    #responsive-menu-pro-container #responsive-menu-pro-title #responsive-menu-pro-title-image img {
       max-width: 100%;
    }

    Please advise

    Peter

    #68956
    Fubbi KarlssonFubbi Karlsson
    Participant

    Thats exactly what I meant, and that did the trick. Thanks a million

    #68955
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Fubbi,

    No problem and you are welcome, I’m glad it worked 🙂

    Peter

    #68954
    Fubbi KarlssonFubbi Karlsson
    Participant

    The text and the image are aligned right, but the image is not aligned all the way over, it looks like it has some padding right.

    This is on both mobile and desktop browsers

    any ideas?

    #68953
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Fubbi,

    Sure the below Custom CSS should do it:

    #responsive-menu-pro-container #responsive-menu-pro-title #responsive-menu-pro-title-image {
       margin-right: 0;
    }

    Peter

    #68952
    Fubbi KarlssonFubbi Karlsson
    Participant

    brilliant, thanks

    #68951
    Peter FeatherstonePeter Featherstone
    Participant

    Always welcome 🙂

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