If you put your search bar in the header and chose a liquid content layout, the search bar will align left instead of staying at the right position. This was not the case in D6 version of Mix and Match.
I hope we will get updates soon because I love Mix & Match!!!

Comments

komal.savla’s picture

Hi,
To fix this, In mix-and-match-style.css file replace the following code

#header-group .block-search {
  float: right;
  width: 240px;
  margin: 30px 0 10px 0;
}

With this:

#page #header-group .block-search {         /* Modified this line */
  float: right;
  width: 240px;
  margin: 30px 0 10px 0;
}

Hope this helps.

Thanks,
Komal

wranvaud’s picture

Huhm, it didn't work but I'll give up on liquid content for now. I'm doing good with solid content!
Thanks for the help in any case!!

ajross’s picture

Thanks for finding that problem, and I'm trying to get out a new release shortly and will work in a fix.

ajross’s picture

Status: Needs work » Closed (fixed)

This should be fixed now, in latest release