-
AuthorPosts
-
June 3, 2015 at 10:20 pm #454112
Hi,
Is there a way to make the header taller than 300px? I don’t want to use a slider … I would like the header to be at least 600 px high.
Like a full screen header only not quite that big.
Thanks,
BillJune 4, 2015 at 2:43 am #454188Hi Bill,
Can you post the link to your website please?
Regards,
JosueJune 4, 2015 at 5:32 am #454246This reply has been marked as private.June 4, 2015 at 3:39 pm #454528June 4, 2015 at 3:43 pm #454535This reply has been marked as private.June 4, 2015 at 10:31 pm #454779I guess you want the header to be 469px, use the following code in Quick CSS:
#top #header_main > .container, #top #header_main > .container .main_menu ul:first-child > li > a, #top #header_main #menu-item-shop .cart_dropdown_link { height: 469px; line-height: 469px; }
Don’t paste the code from the mail notification but from the forum reply.
Cheers!
JosueJune 5, 2015 at 2:15 am #454884Sorry .. this did nothing …did not work
June 5, 2015 at 2:22 am #454885Try with this:
#top #header_main > .container, #top #header_main > .container .main_menu ul:first-child > li > a, #top #header_main #menu-item-shop .cart_dropdown_link { height: 469px !important; line-height: 469px !important; }
Cheers!
JosueJune 5, 2015 at 7:31 am #454962Hi … I appreciate your efforts .. but this is not what I want … I would like to change the header height to anything over 300px not just 469px ..
This code is adding a black band at the bottom of the header also … which I don’t want …
Thanks
June 5, 2015 at 8:42 am #454988Your background image (469) is too small for the height (632) you’ve set, that’s why you see that black band.
Cheers!
JosueJune 11, 2015 at 8:59 pm #458030Hi Josue ..
Again .. thanks .. but you didn’t answer the question on how to adjust the header height to something over 300 px.
I don’t yet know what exact height that would be … maybe 425px … not sure.
Thanks,
BillJune 11, 2015 at 9:35 pm #458043Hi Bill,
You can’t, at least not from the Theme Options, that’s why we suggest using a CSS approach instead (which works the same):
#top #header_main > .container, #top #header_main > .container .main_menu ul:first-child > li > a, #top #header_main #menu-item-shop .cart_dropdown_link { height: 469px !important; line-height: 469px !important; }
Regards,
JosueFebruary 28, 2017 at 11:51 am #752854Is there an option to have header height set to a percentage: eg 90% height?
March 2, 2017 at 7:17 am #754092Hi,
I’m not sure why you would need the header to be 90% of the page? You can set a custom pixel value to it under Enfold->Header->Header Size though.
Best regards,
RikardMarch 2, 2017 at 11:02 am #754262Hi Rikard
If i wanted to create a page like this
http://theethicalgardener.com/– where there’s to top menu bar for social media icons
– logo is almost full screen
– Then the header height of 90% so the user can just see the menu below but none of the main content.Is there another way you would create this layout?
The custom pixel value is good but max is 300px
A future version might include a percentage option maybe?Let me know what you think.
thanks in advanceMarch 7, 2017 at 7:47 am #756812Hi!
Did you create the site?
Right now, this is not possible. Please request the feature here: https://kriesi.at/support/enfold-feature-requests/
Or you can start with this css modification.
#header { height: 80vh; } .container.av-logo-container, .container.av-logo-container a, .container.av-logo-container a img { height: 80vh !important; line-height: 80vh !important; max-height: 80vh !important; }
Set the header position to “Logo center, Menu below.”
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.