Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #408219

    Hi Enfold Team,

    So i’m in boxed content set to 1130 px width
    My logo image is 1130×143
    My header is set on “centered, menu below”
    My custom menu height is 143px.
    With these settings my logo is stretched by the browser to 542×69
    I would like my logo to display full-size, i.e. 1130×143

    Site is here : http://tawaangal.net/

    Thanks for your help

    #408317

    Hi ouranos3!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .html_header_top.html_logo_center .logo {
      left: 0;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      transform: none;
    }
    #header_main .container {
      margin: 0;
      padding: 0;
      width: 100%!important;
    }
    

    Best regards,
    Yigit

    #408370

    That seems ok.
    Thanks Yigit.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Set logo size with boxed content’ is closed to new replies.