Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • tonyngo59 Friend
    #746319

    Hi there,
    You don’t understand my question. Currently on my site, I have one whole logo that take a whole header using this code
    custom.css
    Current custom.css
    .logo-image img {
    width: 1400px;
    height: 400px;
    max-height: 450px;
    margin: 10px 0 0;
    margin-left: -110px;

    But my question is, I would like to use a separate smaller logo and the header space with an image. So how to do that. I created and added this to a current custom.css – but the header image is not showing up. Therefore I could not use it

    .logo-image img {
    width: 280px;
    height: 85px;
    max-height: 280px;

    }
    #t3-header {
    height: 400px;
    margin-left: 0px 0 0;

    background: url(“../images/Ellicann_banner_home.jpg” right !important;

    width:100%;

    margin-left: auto;

    margin-right: auto;

    tonyngo59 Friend
    #664796

    Hi There,
    I changed the background image here is my question, please help and how to fix the background that fit with no-repeat

    URL: http://ellicann.kimlongtrading.com
    the custom.css
    .logo-image img {
    width: 280px;
    height: 85px;
    max-height: 85px;
    margin: 10px 0 0;
    margin-left: 0px;

    }
    #t3-header {
    height: 400px;
    margin: auto;
    /* margin-left: 145px; */
    background-image: url(http://ellicann.kimlongtrading.com/images/Ellicann_banner_home.jpg);
    }
    @media (max-width: 767px) {
    .scrollDown .t3-header {
    top: 0px;
    }
    }

    tonyngo59 Friend
    #746333

    Hi There,
    I changed the background image here is my question, please help and how to fix the background that fit with no-repeat

    URL: http://ellicann.kimlongtrading.com
    the custom.css
    .logo-image img {
    width: 280px;
    height: 85px;
    max-height: 85px;
    margin: 10px 0 0;
    margin-left: 0px;

    }
    #t3-header {
    height: 400px;
    margin: auto;
    /* margin-left: 145px; */
    background-image: url(http://ellicann.kimlongtrading.com/images/Ellicann_banner_home.jpg);
    }
    @media (max-width: 767px) {
    .scrollDown .t3-header {
    top: 0px;
    }
    }

    Saguaros Moderator
    #664871

    You can add this css property for t3-header styling:

    background-size: cover;

    Saguaros Moderator
    #746373

    You can add this css property for t3-header styling:

    background-size: cover;

Viewing 5 posts - 16 through 20 (of 20 total)

This topic contains 20 replies, has 3 voices, and was last updated by  Saguaros 8 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum