• Resolved nasrallah97

    (@nasrallah97)


    Hello,

    How can I decrease the size of my icon image? I tried inputting this CCS code and it didn’t work:

    .mobmenu-right-bt img {
    width: 25px;
    height: 25px;
    }

    What should I do?

    Thanks.

    The page I need help with: [log in to see the link]

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

    (@takanakui)

    Hi,

    Just saw this 2nd topic after replying to the other one.

    try to add the image already with the final dimensions and if necessary add the code below to the custom css option in the General Options tab.

    Adjust to the desired height.

    .mobmenur-container img {
        max-height: 30px!important;
    }

    Clear the browser cache or any cache plugin and test again.

    Thread Starter nasrallah97

    (@nasrallah97)

    Worked perfectly, thanks!

    Is there a way to move the text to under the image icon? It is to the left of the image icon right now and looks pretty jumbled up.

    Plugin Author Rui Guerreiro

    (@takanakui)

    Try this code, that should sort it.

    .right-menu-icon-text {
        margin-right: -20px;
        width: 100%;
    }
    Plugin Author Rui Guerreiro

    (@takanakui)

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

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

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