Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1464855

    Hi
    I added a n icon to the menu text in my right side bar menu but the icon shows above the menu text; i want it to be placed next to the menu text.
    What to do?

    Greetz
    Karin

    #1464862

    Hey leloux,
    Thanks for the link to your site, try adding this css to your Quick CSS field:

    .html_header_sidebar #header .av-main-nav > li > a .avia-menu-text {
        display: inline-block;
    }
    .html_header_sidebar #header .av-main-nav > li {
        margin: 5%;
    }

    .
    After applying the css, please clear your browser cache and check.
    this is the expected result:
    Screen Shot 2024 08 18 at 9.55.51 AM

    Best regards,
    Mike

    #1464890

    Hi Mike
    Tnx!
    It works out fine!
    Greetz
    Karin

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Add icon to right side bar menu’ is closed to new replies.