Home Forums WoodMart support forum menu item aligment

menu item aligment

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #549002

    PDV
    Participant

    Hello,

    How can I aligne to the center of the image the menu item ?

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

    Hung Pham
    Participant

    Hi PDV,

    Thanks for reaching to us.

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-sub-menu.mega-menu-list li>a{
    	display: block;
    }

    Regards,

    #549306

    PDV
    Participant

    Thanks, it works but only for one category and not for others.

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

    Hung Pham
    Participant

    Hi PDV,

    Please remove previous code and use below one:

    .wd-sub-menu.mega-menu-list li>a{
    	display: block;
    }
    
    .menu-mega-dropdown .wd-sub-menu .wd-dropdown{
    	text-align: center;
    }

    Regards,

    #549599

    PDV
    Participant

    Thank you!

    #549634

    Hung Pham
    Participant

    Hi PDV,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    If you have a quick minute we always appreciate a 5-star rating on our theme!

    https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492

    Your feedback is the motivation to improve our work and services.

    Regards,

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

The topic ‘menu item aligment’ is closed to new replies.