Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #477586

    can you help me to move the search icon 69px to the right http://i.imgur.com/VZOn7pc.png

    #477701

    Hi wiwaldi79!

    Please change following code

    li#menu-item-search {
        margin-left: 203px;
    }

    to following one

    li#menu-item-search {
        margin-left: 272px;
    }

    Regards,
    Yigit

    #477899

    WORK. Thanks, How can i get the main menu 40px to the right? http://i.imgur.com/sR3R9BR.png

    • This reply was modified 9 years, 2 months ago by wiwaldi79.
    #477938

    Hey!

    Please find following code in your custom CSS

    nav.main_menu {
        left: 73%;
        right: auto !important;
        transform: translateX(-50%);
        width: 100%;
    }

    and adjust left value. After that, you are going to need to adjust margin-left value i posted in my previous post

    Cheers!
    Yigit

    #477966

    Thanks and CLOSED.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘move search icon 69px to the right’ is closed to new replies.