Is it possible to create a large header/logo area like this mockup?
Hey navindesigns,
Yes this is possible with a combination of our Avia Layout Builder and a little css.
Best regards,
Jordan Shannon
Thanks
Is there a tutorial or link I can follow?
Hi,
You can follow our theme doc for further info on working with the layout builder, and if you run into a css issue we can help you here. http://kriesi.at/documentation/enfold/
Best regards,
Jordan Shannon
This is what I have so far.
Can you assist?
I made the logo 1310 x 315 px
Can you provide the CSS that will make it look like my mockup?
Thanks
Hi,
Add the following to quick css:
div#header_main .container {
width: 100%!important;
margin: 0!important;
}
img, a img {
max-width:960px!important;
}
Best regards,
Jordan Shannon
I did but it broke some elements on the site
Hi,
Which elements were broken?
Best regards,
Jordan Shannon
The slider, the 4 sections below
it should look like this mockup
Hi,
Please update the last css to the following:
div#header_main .container {
width: 100%!important;
margin: 0!important;
}
.logo a img {
max-width:960px!important;
}
Best regards,
Jordan Shannon
Hi,
I logged in and adjusted it. Please test.
Best regards,
Jordan Shannon
LOOKS GREAT!
why is there so much space below the header and menu now? Is it because I set the header to be 300 px tall?
Please advise
Hi,
Because of the height of the logo image. The menu is adjusting to the physical height of the image. Perhaps you can crop the top and bottom of it.
Best regards,
Jordan Shannon