can you help me to move the search icon 69px to the right http://i.imgur.com/VZOn7pc.png
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
WORK. Thanks, How can i get the main menu 40px to the right? http://i.imgur.com/sR3R9BR.png
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
Thanks and CLOSED.