• Resolved Bostjan

    (@buzzerbeater)


    Hello

    I am building a website with WordPress and Airi template.

    The template has search icon in main menu. I did hide/remove the search icon, but the links in main menu do not fully align to the reight side of the menu/boxed page. It seems that there are still some items that prevent links to get fully aligned to the right.

    What should I do to get those links aligned to the edge of the page…like for example the logo that is fully aligned to the left side.

    Thank you for your answer.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • In addition to a search field, there appears to be space for a cart icon that’s supposed to be in the same area. You can remove that container by adding this CSS rule to your custom CSS:

    ul.header-search-cart {
       display: none;
    }

    That should enable the menu to slide all the way to the right.

    Thread Starter Bostjan

    (@buzzerbeater)

    Oh yes! That custom CSS did the trick!

    Thank you very much, Bruin!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Main menu alignment after removing search icon’ is closed to new replies.