Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #318369

    Hello;
    I would like to make the logo Width like 650×300 (more like a banner style header)

    Can you please provide me the code to and the location of the CSS, or maybe I can place into Quick CSS?

    Thank you
    Great work BTW!! Awesome support!!

    #318706

    Hey Tony!

    Can you post a screenshot/mockup of what would you want to achieve?

    Best regards,
    Josue

    #319333
    This reply has been marked as private.
    #319351

    Hey!

    Try choosing this setting in the Theme Options > Header Layout:

    Regards,
    Josue

    #320362

    I’m trying to do this — use a really big, wide logo — as well. I have the “Logo center, Menu below” option set, the Header Custom Height set to 300px, and a 778px x 290px logo in place. It works fine in Firefox/Mac, but in Safari and Chrome/Mac the logo apparently gets sized down to 515px wide. Do you know how to get the other browsers to handle this like Firefox?

    Thanks!
    http://remarkable-bark.com/

    #320422
    This reply has been marked as private.
    #320698

    Hey!


    @sky19er
    , try adding this code to the Quick CSS:

    .logo img {
        margin: 0 auto;
    }
    
    .logo {
        width: 100%;
    }


    @tbonix
    , can you please create me an administrator account? post it here as a private reply.

    Cheers! 
    Josue

    #320742
    This reply has been marked as private.
    #320793

    Hey @tbonix!

    Please check your website now, i was able to set centered logo + centered menu.

    Cheers!
    Josue

    #320821
    This reply has been marked as private.
    #320825

    Hey!

    Pass me the URL of the banner you want to put there.

    Regards,
    Josue

    #320827

    Thanks, Josue, the following did the trick for me:

    .logo img {
       margin: 0 auto;
    }
    
    .logo {
       width: 100%;
    }
    #320834

    You are welcome @sky19er, glad to help.

    Cheers!
    Josue

    #458664

    hi. I too am trying to make my logo wider within the header section. I have the custom header height set to 150px, and I would like for my logo image to fill more of the space to the right of the logo (it is currently set to “Logo left, menu right”). Would be nice if I can use a logo that is approx. 150px high by 600 wide. can you help?

    Thanks.

    #458838

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #458879
    This reply has been marked as private.
    #458952

    Hey!

    Please do so as we cannot see your website content currently “Website Coming Soon”.

    Cheers!
    Yigit

    #459029
    This reply has been marked as private.
    #459104

    Friend,

    Is there any way to make the background image of the header area for the Enfold theme….

    NOT affect the MENU area? So the background image is affecting everything but the menu, because right now the background image is making the menu area hard to read.

    Please use scmjf.org for reference.

    #459710

    Hi!


    @arrastia
    , go to Enfold > Header and change the header height to match the full height of your logo image (263px).


    @elliotstiller
    , reset the header background in the Theme Settings and use this code in Quick CSS instead:

    #header_main > .container {
        background: #ffffff url(//www.scmjf.org/wp-content/uploads/2015/06/New-Sun-1.jpg) center center repeat scroll;
    }

    Regards,
    Josue

    #459725

    Hi Josue: I am not having difficulty with the height of the logo, it’s the WIDTHI want to adjust. The current logo (nameplate) measures 495 wide by 140 high, but it is being shrunk by the theme to about 297 x 82. I would like to use it full-size, at 495 x 140. Is that possible?

    Thanks.

    #459758

    When uploading the logo in the backend, make sure to select the full size version.

    #460024

    Josue, that worked. Thank you!!! May I suggest that you consider adding that as an instruction or note in the Enfold settings area, in the “Header Custom Height” section, where it reads, “Chose (sic) a custom height in pixels (wont be reflected in the preview above, only on your actual page)”?

    Thanks again. I do love the theme!

Viewing 23 posts - 1 through 23 (of 23 total)
  • The topic ‘Enlarge Logo Width Size’ is closed to new replies.