• Resolved antoineO

    (@antoineo)


    Hi,

    I would like :
    – To center the text into the drop-donw menu (ex. : https://viticulteur-exemple.fr/ with the drop-down menu “Chateau La Pousse”)
    – To align on the left the beginning of the drop-down menu block with the beginning of the entry title.

    Thanks !

Viewing 2 replies - 1 through 2 (of 2 total)
  • 1.

    #nav-main ul.sf-menu ul li a, #nav-second ul.sf-menu ul li a {
    text-align: center;
    }

    2. umm.. I think this might be what you want:

    #nav-main ul.sf-menu >li > a {
        padding: 10px 40px 10px 0;
    }
    #nav-main ul.sf-menu >li:last-child > a {
        padding: 10px 0px 10px 0;
    }

    Kadence Themes

    Thread Starter antoineO

    (@antoineo)

    1. It works perfectly
    2. I see no changes but it is not important finally, because it is good now with the center text-align

    Thank very much

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Primary menu > Drop-down menu’ is closed to new replies.