Okay
  Public Ticket #3547090
Header Menu Button
Closed

Comments

  •  2
    vagtarap started the conversation
    1. See attached, I would like to make the menu button smaller so it has appropriate white-space and doesn't look so crowded when the menu/nav is in STICKY mode. 
    2. If that is not possible, 2nd option would be to make the STICKY navigation a little taller in height.

    I have attempted to adjust in padding and line height on button but it appears to be sharing CSS and could not figure it out to where I wasn't affecting other elements.

    By the way GREAT THEME!!! I have solely been using Elementor for the last 3 years over WPbakery but you guys by far have the best WPbakery setup, and the only WPbakery that competes w/ Elementor! Thanks again and would love to see some more layouts coming for this or even a SECONDARY Theme that uses the same framework you designed for Salient but maybe different styles. 

    Attached files:  Screenshot 2023-12-20 at 5.11.09 AM.png

  •  2,741
    Andrew replied

    Hello there,

    Thank you for reaching out to us.

    To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    @media only screen and (min-width: 1000px) {
      body #header-outer.small-nav .menu-item-1769 > a:before, body #header-outer .menu-item-1769 > a:after {
          height: calc(60% + 24px);
      }
    }
    

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related. If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help. 

    Try that and let us know if you need further assistance with this.

    Thanks,

  •  2
    vagtarap replied

    Worked! Thanks Andrew, please close.