hi, can you help me to get the social icobs to the right. like this http://i.imgur.com/Ik2qG8q.jpg and the search field before the social icons.
and can you help me to get the menu near to the logo like this http://i.imgur.com/TNvBL3s.jpg
Hi alfaweb2!
for your menu use this code:
.avia-menu.av-main-nav-wrap {
left: -60px;
}
I can’t see any social icons on your website, so please provide us a link showing them, so we can provide you some CSS for it. However try this:
ul.noLightbox.social_bookmarks.icon_count_2 {
left: 700px;
}
form#searchform {
left: 450px;
}
Best regards,
Andy