Hi!
You need to change the header size here accordingly:
Best regards,
Josue
Hey!
Both banners looks the same:
http://screencast.com/t/U50EA63nA
Regarding the question about making a menu item not clickable you can do something like this:
http://screencast.com/t/TjcDAiGTX8C4
Cheers!
Josue
Hey!
Yes, that’s expected. That’s the only workaround that will do the job at the moment, basically when a person hovers over it it acts like a normal menu item but if they click it, nothing happens.
Best regards,
Josue
Hi!
There isn’t as far as i know, because WordPress creates hyperlinks for all menu items. You could change the pointer with some CSS though:
.dropdown_ul_available:hover > a {
cursor: default !important;
}
Regards,
Josue
Yes, the idea is to use a custom link with a hashtag (#) as the href + the CSS code, that way it will create the perception that the link is not clickable.
Hey!
in Quick CSS, Theme Options > General Styling.
Cheers!
Josue
You are welcome, always glad to help :)
Regards,
Josue