Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #382974

    Hi

    I need to change the container width for the logo in the main header. Please could you provide code that i can add in to quick.css to change this please?

    Thanks

    #383057

    Hi FayeMcC!

    Please add following code to Quick CSS and adjust as needed

    div#header_main .container {
    width: 95%;
    max-width: 95%;
    }

    Best regards,
    Yigit

    #383068

    Hi

    Thanks for getting back to me. That doesn’t seem to have worked. My logo should stretch right across the page, but doesn’t. Any other suggestions?

    Many thanks

    Faye

    #383079

    Hi!

    Can you post the link to your website please?

    Cheers!
    Yigit

    #383082
    #383088

    Hey!

    Please add following code to Quick CSS

    .html_header_top.html_logo_center .logo {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    }

    and then go to Enfold theme options > Header > Header Size and set it to custom pixel value and increase the height to 300px

    Best regards,
    Yigit

    #383093

    Great!!! Nearly there – just not quite centred – how can i fix this?

    Many thanks

    Faye

    #383100

    Hey!

    Please change the code to following one

    .html_header_top.html_logo_center .logo {
    left: 9.3%;
    -webkit-transform: translate(-5%, 0);
    -moz-transform: translate(-5%, 0);
    -ms-transform: translate(-5%, 0);
    transform: translate(-5%, 0);
    }

    Cheers!
    Yigit

    #383106

    Bingo! Problem solved. Thank you so much for your help…and so quick!

    Regards

    Faye

    #383111

    Hey!

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Main header logo container’ is closed to new replies.