Home Forums WoodMart support forum Mobile bottom navbar

Mobile bottom navbar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #433120

    ticdime
    Participant

    Necesito saber el tamaño predeterminado de los iconos de la barra del menú de navegacion inferior. Ya que agrego los personalizados y son mas pequeños que los que ya están creados como el de tienda.

    Attachments:
    You must be logged in to view attached files.
    #433264

    Hello,

    Regarding the Custom Icons under the Mobile bottom nav bar, you use an Image instead of Icons added through the Icon class so, the font-size property wouldn’t be applicable to the Image element. So, you would need to use the width & height property to adjust the size of the Custom Icon Images uploaded in it.

    Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    .wd-toolbar.wd-toolbar-label-show .wd-toolbar-link .wd-custom-icon img {
        width: 100% ;
        height: auto ;
    }

    This CSS will make the Icon appear correctly under the Nav Bar.

    Hope this helps !

    Best Regards

    #435881

    ticdime
    Participant

    Muchas gracias por la ayuda

    #435947

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Mobile bottom navbar’ is closed to new replies.