• Resolved gaaronhoff

    (@gaaronhoff)


    Hello!
    I am trying to use a custom image on my menu instead of an “Icon Font” image. I would like to resize my custom image to make it larger, but there is no option in the settings page. Is there a simple way to resize this image, or some code I can change to properly size it? The image I’ve uploaded is quite large and can scale without losing quality – I’m just not sure how to resize it to 48px x 48px, for example.

    Does anyone have any ideas how to fix this? Thank you! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @gaaronhoff,

    At the moment the max height of the image you set has left or right menu icon will be the height of the header so the image don’t go outside the header height.

    It’s definitely missing an option to control the image icon size, will add it in the next update. For now use this custom css and adjust to the desired value.

    .mobmenul-container img {
        height: 48px;
    }

    My advice is to place the image already with the specific size just for those icons or it will add more kb to the page size without being necessary.

    Don’t forget to purge any cache plugin and the browser cache and test again.

    Plugin Author Rui Guerreiro

    (@takanakui)

    Will close the topic for now.
    Let me know if you need further help with this.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Custom Image Size’ is closed to new replies.