Support » Theme: Hemingway » Centered Submenu

  • Resolved jmills616

    (@jmills616)


    The text links in my submenu dropdown are not centered. Where do I look in the css to get them centered nicely.

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi jmills616,

    To center the text in submenus, install a custom CSS plugin like Simple Custom CSS and enter the following code:

    .blog-menu ul li a {
       display: block;
       text-align: center;
    }

    Let me know how it goes.

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘Centered Submenu’ is closed to new replies.