Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #629403

    Good Morning, l have search your forum, but can’t find this specific answer.

    I have a client that wants their logo fullwidth. Please see this site http://visaliatile.com

    To make this happen, l put the image in as a background image, works fine on pc, but not on mobile phone, l did put the image in the logo spot, still have had some space of both sides which the client doesn’t want. Please help.

    #629406

    Hey visaliaweb!

    Please upload your image as logo and then let us know. Alternatively, you can post admin login credentials here and we can apply the changes.

    Cheers!
    Yigit

    #629422

    I took the image out of background and added it as a logo

    #630088

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .container.av-logo-container {
        padding: 0!important;
    }
    .logo img {
        width: 100%;
    }
    

    Best regards,
    Yigit

    #630160

    You are amazing, thank you, worked perfectly, may l make 1 suggestion, have the option in Enfold to add 2 logo’s, 1 desktop and 1 mobile.

    #630244

    Hi!

    You can post your request here – https://kriesi.at/support/enfold-feature-requests/ :)

    Best regards,
    Yigit

    #646201

    HI,

    I would like to do the same but unfortunetly this css doesn’t work for me… It’s look like this :
    capture d'image header

    Do I miss something ?

    Thanks,

    Clement

    #646214

    Hi,


    @Blue_Bear
    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    #646218

    HI,

    Of course but you cannot acces to website I’ve set up a coming soon page. So I give you in the private section an acces to my website.

    Thanks a lot !

    #646248

    Hi,

    I tried to troubleshoot this issue but the login credentials you provided do not work for me. Would you mind checking once again and then send us working login credentials?

    The user role for the account you send us should be set to ‘administrator’ so we can try to disable all plugins and add custom code (if necessary) to resolve the issue.

    Best regards,
    Vinay

    #646256

    Hi,

    Oups my mistake, sorry for that…
    Clement

    #646297

    Hi,

    Thank you for the credentials, we have added the below css in child theme styles.

    Please review the site now.

    
    .logo, .logo img {
        width: 100% !important;
        height:auto;
    }

    Thank you for using Enfold :)

    Best regards,
    Vinay

    #646310

    Thanks a lot !

    But do you know why I still have space on the right and on the left ? I try to play margin and padding but nothing works. And when I put the width of the .container.av-logo-container at 100% there is still space and the right.

    Also, how can I shrink the logo when I scroll and the meenu becomes sticky ? Cause right now is not nice…

    In addition, can I ask you here how to manage the color of the social button when the headear becomes sticky ?

    Thanks again,

    Clement

    #646337

    Hi,

    To make the logo full width please select “Let logo and menu position adapt to browser window” in Enfold > Header > Header behavior

    If that don’t work for you please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .responsive #header_main .container.av-logo-container {
    	width: 100%!important;
    	max-width:100%!important;
    	padding:0!important;
    }
    

    You can show a different logo when users scroll down but for that we need to make some changes in the theme settings.

    Remove the current logo from Enfold > Logo and add it to Enfold > Header > Transparency options > Transparency Logo (This will be your main logo)

    Add the logo which you want to show in Enfold > Logo

    Login to admin and on the front page in the right sidebar layout options under the “Header visibility and transparency” select Transparent header.

    let us know if you have any questions.

    Best regards,
    Vinay

    #646976

    Hi,

    Thanks it’s working perfectly with “Let logo and menu position adapt to browser window” setting and the CSS. Thanks also for the logo it’s working.

    But unfortunetly, the last point, make the social button more visible when you scroll and the header become sticky, ain(t working… DO I open a new thread ?
    social button visible
    social button less visible

    Thanks,

    Clement

    #647590

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .header-scrolled .social_bookmarks li a {
        color: white;
    }
    

    Best regards,
    Yigit

    #647596

    Once again you rock !
    Thanks a lot enfold team !!
    Clement
    the topic can be close

    #647605

    Hey!

    You are welcome!
    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 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Full width logo in Enfold Theme’ is closed to new replies.