Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #658531

    Hi,
    Love the theme but bit stuck on one issue. I would like to place a logo at the top of the header that is full width ( 2020px ) x 229px. I tried to set the logo as a background image in the header … which looks good on a laptop but it does not shrink with the screen size.

    I also tried the following quick css:
    .logo img {
    height: 100px;
    width: 1200px;
    }
    and that did not work either…

    Also tried css…
    .html_header_top.html_logo_center .logo {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    }
    and it almost worked, just not all the way to the edges, but almost there.

    Do you have any suggestions ?

    Thank You very much.

    #659335

    Hey Marcus,

    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 :), and I can’t find any shrinking logo on your homepage.

    Have in mind that shrinking function is only available for logo image and not for background image.

    Best regards,
    Andy

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