Home New Guten Forums WoodMart support forum Mobile bottom navibar

Mobile bottom navibar

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

    medshow37
    Participant

    “I want a mobile bottom navigation bar that includes 7 items without horizontal scrolling. Are there any CSS codes to decrease the spaces between items to include more than 5 items without horizontal scrolling?”

    #639624

    Hello,

    Please add this code in Theme Settings > Custom CSS > Custom CSS for mobile.

    .woodmart-toolbar .wd-toolbar > a, .wd-toolbar > div {
        flex: 1 0 9% !important; /* Reduce from 10% to 9% */
    }

    Best Regards,

    #664843

    medshow37
    Participant

    thanks , its work , you can close this ticket

    #665010

    Hello,

    You’re very welcome! If you need anything else, feel free to reach out!

    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 navibar’ is closed to new replies.