hello,
i've been trying to align the search box to the right of the primary menu
(to place the search_box like this: http://drupal.org/files/images/screenshot_analytic_big_0.png),
but so far i cant find a way to do that with mix_n_match. can you help me please..
thanks in advance
tL
Comments
Comment #1
toxiclung commentedi made it work with this code in my local.css file:
#search-box {
position: absolute;
margin-top: 106px;
margin-left: 760px;
clear: both;
}
and enable search box in mix_n_match theme settings.
i think it's a bit dirty, but works for me :D
cheers!
Comment #2
ajross commented