1920 x 490 different resolutions

Home Forums Education Mind 1920 x 490 different resolutions

  • This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #5436
    Anonymous
    Inactive

    Hi AT,

    Well things are great but the image in differents resolutions varies. In lower resolutions it fites well in 1920 x 1080 for exemple it cuts 1/4 of the height image. Is there a way to the image readjust acording to resolution?

    I try to modify the padding but it turns the image to BIG on the screen.

    Best Regards

    #5478
    Axle Support
    Moderator

    Hi @rbarcia

    Can you please provide us your site URL?

    #5492
    Anonymous
    Inactive

    Hi AT,

    Find the site here

    Best Regards

    #5509
    Axle Support
    Moderator

    Hi @rbarcia

    Please go to Appearance -> Customize -> Additional CSS and add following CSS codes.

    @media only screen and (min-width: 1920){
        #custom-header {
            padding: 210px 0;
        }
    }
    #5511
    Anonymous
    Inactive

    Hi AT,

    Thanks for the reply.

    I test and still the same. I have this code in there, that you gave me to put. The image have 1920×490 but in different resolutions the height(490) changes and cuts. The width is ok in all.

    .site-branding {
    padding: 0;
    }

    #site-identity {
    padding-top: 20px;
    }

    #custom-header::after{
    background: transparent;
    }

    .custom-header-wrapper .page-title,
    #breadcrumb li,
    #breadcrumb li a,
    #breadcrumb li a:hover {
    color: #333;
    }

    #custom-header {
    padding: 130px 0;
    }

    @media only screen and (min-width: 1920){
    #custom-header {
    padding: 210px 0;
    }
    }

    Best Regards

    #5512
    Axle Support
    Moderator

    Hi @rbarcia

    The height changes with the device resolution because we have used the banner as a background image. You cannot get exactly same size image for all size devices in this case. We are sorry about it.

    #5513
    Anonymous
    Inactive

    Hi, AT

    No problem. I’ll explane that and we will get the size that feets better for them. Hope it works.

    Regards

    #5514
    Axle Support
    Moderator

    Thank you @rbarcia.

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