Multisite - Menu Problem

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Sat Mar 16, 2013 11:05 pm
While the menu displays fine on the main site, within additional sites the menu does not display correctly. Basically the menu links are floating below the "navbar/mainmenu widget area" as if in mid-air.

How can I fix this?

Thanks!
User avatar
Fresh Boarder

GK User
Sun Mar 17, 2013 9:13 am
This is what I mean Image
User avatar
Fresh Boarder

GK User
Sun Mar 17, 2013 2:34 pm
Hi,

Could you provide an URL to your website? Without it I won't be able to help.
User avatar
Administrator

GK User
Sun Mar 17, 2013 8:34 pm
I kind of solved it by creating a child theme and copying the file wp.css to the child folder and changing

#main-menu {
float: right;
list-style-type: none;
margin: 0;
padding: 0;
position: relative;
width: auto;

to

#main-menu {
float: right;
list-style-type: none;
margin: 0;
padding: 0;
position: relative;
top:-80px;
width: auto;

There is no real site at the moment I was testing on my local computer even though i did try it out on some webhosting to see if the problem was still there and it was. I am pretty sure if you tried the template out on a Multisite configuration you would have the same problem.
User avatar
Fresh Boarder

GK User
Mon Mar 18, 2013 10:26 am
I've tested this theme on our multisite installation for the main and second site instance and I cannot reproduce this problem. If your site will be live please send me an URL.
User avatar
Administrator

GK User
Mon Mar 18, 2013 1:44 pm
After your last post I dug a little deeper, the alignment change is happening when I defined/upload my own logo using the template options.

If i used "Defined in CSS code" everything is fine however if I use "Image logo" i get the miss alignment. This is even if i used the default logo. Simply replacing the logo " Defined in CSS code" works fine.
User avatar
Fresh Boarder

GK User
Mon Mar 18, 2013 2:05 pm
Please add the following code in the css/template.css file:

Code: Select all
#gk-header-nav h1 {
    float: left;
}


it should helps.
User avatar
Administrator

GK User
Mon Mar 18, 2013 9:44 pm
Hi dziudek,

Hi,

Yes that worked.

Thanks
User avatar
Fresh Boarder


cron