Viewing 1 replies (of 1 total)
  • Plugin Support jaysupport

    (@jaysupport)

    Hello Nikhil,

    You can use the following Custom CSS to remove the left padding on the menu sections. You can paste it into the Additional CSS section of the WordPress theme customizer.
    (WP Admin Sidebar > Appearance > Customize > Additional CSS)

    #fdm-menu-1 > li > ul.fdm-section.fdm-sectionid-37.fdm-section-breakfast-mains.fdm-section-one,
    #fdm-menu-1 > li > ul.fdm-section.fdm-sectionid-38.fdm-section-breakfast-sides.fdm-section-one {
        padding-left: 0px !important;
    }

    If the changes are not immediately visible on the front-end, it could be that you have some sort of caching going. If you are using a caching plugin, please clear your cache and see if that makes a difference.

    • This reply was modified 2 years, 2 months ago by jaysupport.
Viewing 1 replies (of 1 total)
  • The topic ‘Menu is Not Center Align on Page’ is closed to new replies.