Hi,
some time ago I asked how was possible to have a different header type on specific pages, here the link of the discussion:
https://kriesi.at/support/topic/different-header-type-for-different-page-how/
The problem that code don’t work with the last version of Enfold and I need to have a different header on a specific page.
Any help is welcome
Caiser
Hi Caiser Souze!
Can you please post the link to your website?
With new header configurator ( http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/ ) you can adjust many options but that particular request may be out of scope of the support. We still would like to take a look at your website and throw in some codes
Cheers!
Yigit
I apologize for the delay Yigit.
I didn’t receive a mail notice about your answer and I saw only today that you kindly answer to me. Propably deleted by my spam filter :( Really sorry.
The problem is that on the home page I will have a different kind of menu (Logo left, Menu Below) and in all other web page site I will the menu with logo right and the menu left. I was able to change the menu on the old version hanks to Dude answer.
Did you know ho I can do it in case in another way?
Thanks so much for your help
Caiser
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home div .logo { float: right; left: auto; right: 0; }
.home nav.main_menu { float: left; left: 0; right: auto; }
Regards,
Yigit
Hi Yigit, I have to give a try, I deeply change the original theme using a child theme that this code seem to don’t work.
I will give you an answer this afternoon. Many thanks for your answer!
Caiser
Hi!
Sure, we will be waiting to hear from you. If that code does not work, please post the link to your website.
Cheers!
Yigit
Yigit, thanks you so much!
Your css code lines works like a charm!
For me the question is solved.
Have a nice day
Caiser