Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1280581

    Hi,
    I put a some icons on the top bar menu but the vertical alignement is not correct.
    In addition, I notice that the top bar menu is always centered on mobile.
    Any CSS code to add ?

    Best regards

    Jorge

    #1280624

    Hi Jorge!

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    @media only screen and (min-width: 768px) {
    .sub_menu .av_font_icon {
        position: relative;
        top: -3px;
    }}
    .responsive #header_meta .sub_menu > ul {
        float: right;
        width: auto;
    }
    

    Cheers!
    Yigit

    #1280637
    This reply has been marked as private.
    #1281488

    Hi Jorge,

    You are welcome and thanks for sharing your solution! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menu Top Bar Alignement’ is closed to new replies.