Title and menu look completely different

After updating to 1.2 my site’s header and menu look completely different and not at all how I want it.

Please compare the old version :
http://edwinov.com/cgc
with the new one :

and tell me how to make the new one look like the old one.

Regards,
Edwin

Hello,

Add the next CSS to Additional CSS :

#site-navigation .container>.flex-row {
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

Thank you.

Hi,

thanks for your reply, I tried what you said but it didn’t make ANY difference. It’s still all wrong.

;-(

No, wait! I see what the problem is.

The EMAIL that I got said :

"Add the next CSS to Additional CSS : #site-navigation .container & gt ;.flex-row {

flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;

}"

And THAT is the code that I added, which is different from the code as seen in your reply above. Notice the " & g t;" vs “>”.

All good now. Thanks.

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support