Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #412595

    Hi guys,

    need help at my project.

    I insert the following css

    div#header_main_alternate, .av-main-nav > li > a { border: none !important; }
    
    .logo img {
    max-width: 1310px;
    max-height: 200px;
    }

    To have the header image at the full width of the boxed layout, but i want the full width also by resize the browser window and also on media like iphone ipad etc.

    Please be so kind and help me.

    #412857

    Hi mmc-werbung!

    I’m not entirely sure what you mean but please try the following in Quick CSS:

    @media only screen and (max-width: 959px) {
    .logo img {
    max-width: 100% !important;
    min-width:100% !important;
    max-height: auto !important;
    }
    }

    If this should not work then please try to explain a bit more what you are trying to achieve.

    Cheers!
    Rikard

    • This reply was modified 9 years, 8 months ago by Rikard.
    #413023

    Hi Rikard,

    please have look at my screenshots. they are in different graphic resolutions. like 1600×1200 1280×1024 and 800×600

    I want that the header image is everytime i the correct resolution size.

    #413614

    Anybody could help me?
    How can i make the header graphic in boxed layout mode responsive to all important resolutions . 800×600 1024×768 etc

    #414291

    Vielleicht auch mal auf Deutsch. Ich möchte gerne das sich das Headerbild der Auflösungsgröße anpasst und nicht rechts und links bei kleineren Auflösungen herausspringt.
    Es soll immer in der Box bleiben.

    #414534

    Please be so kind and help me

    #414683

    Ok i found something what could help.
    But by resizing there is a big space between header image and menu.
    Also if the logo resize by scrolling it should centred not in the left. any hints:

    div#header_main_alternate, .av-main-nav > li > a { border: none !important; }
    
    .html_header_top.html_logo_center .logo {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    }
    div#header_main > .container {
    padding: 0!important;
    }
    #414883

    Maybe i forget to post the link http://goo.gl/koVqsq

    Please be so kind and help me

    #415484

    Hi!

    It looks like your using a very large logo there. In this case it would be best to set the image as your header background in Dashboard > Enfold > General Styling if you want it to span the whole header width in all screen sizes.

    Best regards,
    Elliott

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.