Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #532458

    Hello

    #532639

    Hi shubhamnagar!

    Please refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Cheers!
    Yigit

    #533108

    Hi

    Yigit its not working fine please check

    #533163

    Hey Yigit

    Your this Code is doing good with the menu text
    All I need is the blue background menu bar.

    #533277

    Hi!

    I see. Please go to Enfold theme options > Header and choose to display “Logo left, menu below” option and then add following code to Quick CSS in Enfold theme options under General Styling tab

    #header_main_alternate { background-color: blue; }

    Regards,
    Yigit

    #533826

    hi

    Yigit I have already tried this Ismael told me about this.
    but its also not doing the right task.

    #534138

    Hey!

    Have you tried adding !important rule as following

    #header_main_alternate { background-color: blue!important; }

    If you have, please post the link to your website. We may need a temporary admin login as well.

    Best regards,
    Yigit

    #536331

    Hi

    Yigit its not doing the required thing.

    #536629

    Hi!

    You currently have a different header style. Do you mind if we set it to “logo left, menu below” option under Enfold theme options > Header?

    Cheers!
    Yigit

    #537127

    Hi

    Yes you can do so but as It is QA we cant live it in messed up state for long.

    I mean you can do that but i cant keep it that way when no work is going on.

    Sorry for that.

    • This reply was modified 8 years, 5 months ago by shubhamnagar.
    #537401

    Hey!

    I made the changes, please review your website now.

    Regards,
    Yigit

    #537840

    hi

    Thanks
    but menu text alignment should be on right side.
    And phone no should appear between secondary menu and main menu.

    #538080

    Hey!

    Please add following code to Quick CSS as well

    #top #menu-item-search {
        float: left;
    }
    .html_header_top #top .av_menu_left .main_menu {
        float: right;
        width: auto;
    }

    And then add your information to header using a widget – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Cheers!
    Yigit

    #538762

    Hi

    Thanks
    It worked perfectly fine with the Menu text its looking great.

    But still one thing is left in which we need to move the phone number between main menu and secondary menu.

    That will be all and great help.

    #540047

    Hey!

    Please add this:

    .phone-info.with_nav {
        position: absolute;
        right: 50px;
        top: 50px;
    }

    Best regards,
    Ismael

    #540525

    Hi

    Thanks Yigit and Ismael the required customization on the header is done.

    You have done a great job.

    now there is another problem i have found with logo.

    Is there any way that i can adjust the logo space such that space above and below the logo could be same.
    But width of header should not increase.

    ie we need to move the header litle bit up

    #540883

    Hi!

    Please add following code to Quick CSS as well

    
    #header_main {
        z-index: 10!important;
    }
    .logo {
        top: -15px;
    }

    Best regards,
    Yigit

    #540898

    Hiiii

    Thanks alot Guyzzzzzzz.

    Finally its all done

    Thank you very much.

    • This reply was modified 8 years, 4 months ago by shubhamnagar.
    #540902

    Hey!

    You are welcome, glad we could help! :)
    Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘want some customization with the header’ is closed to new replies.