Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

How to vertically align the arrow in the main menu?

  • The menu down arrow is aligned to the top of the text and I would like it to be vertically center aligned.

    Example in the Private Information field.

  • Also, is it possible to have it displayed thinner? Thanks.

  • Hi there,

    try adding this CSS:

    
    .dropdown-menu-toggle svg {
        stroke: #000;
        stroke-width: 1em;
    }
    
    .dropdown-menu-toggle {
        position: relative;
        bottom: -2px;
    }
    
  • Hi there,

    try adding this CSS:

    
    .dropdown-menu-toggle svg {
        stroke: #000;
        stroke-width: 1em;
    }
    
    .dropdown-menu-toggle {
        position: relative;
        bottom: -2px;
    }
    
  • Thank you.

  • You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.