-
AuthorPosts
-
October 28, 2014 at 1:13 pm #342195
Hi,
How do I make the whole header/logo area fit an entire picture whenever I have the menu and logo settings to logo center, menu below?
I literally want to make the entire picture I currently have on the website now fit the entire header. I am going for a “full width” banner look without it necessarily being in a full width view (I have a boxed frame). If you take a look at the site now you will that the theme is forcing the image to be a thumbnail.
Thanks and any help would be greatly appreciated!
October 28, 2014 at 2:53 pm #342238Hey jolamptey
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_logo_center .logo { left: 0; -webkit-transform: none; -moz-transform: none; -ms-transform: none; transform: none; } div#header_main > .container { max-width: 100%; padding: 0; }
Then go to Enfold theme options > Header > Header Size and set it to custom pixel value and change header height to 143px
Cheers!
YigitOctober 29, 2014 at 3:09 am #342527Hi Yigit,
Thanks for the quick response!
I did what you said below, but the banner is not full width as I would have liked. You can see there are gaps on the left and right side of the banner. Is there something I am missing?
October 29, 2014 at 9:50 pm #343013Hey!
Please add following code to Quick CSS as well
div#header_main > .container { padding: 0 !important; }
Best regards,
YigitOctober 30, 2014 at 2:16 am #343161Thanks, but this also did not work either?
October 30, 2014 at 2:25 am #343166Hi!
Code is not being applied. Do you mind creating a temporary admin login and posting it here privately?
Best regards,
YigitOctober 30, 2014 at 3:07 am #343204This reply has been marked as private.October 30, 2014 at 3:12 am #343206Hi!
> sign was converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field. Fixed it and it works fine now. Please review your website
Cheers!
YigitOctober 30, 2014 at 4:04 am #343228Wow, you are amazing! Thank you very much!!!!
October 30, 2014 at 1:32 pm #343379Hi!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Regards,
Yigit -
AuthorPosts
- The topic ‘Header/Logo Fix’ is closed to new replies.