Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1086291

    Hello,

    The color section does not allow the background image to be extra large. I want my image to take up the full screen which works fine on small screen but does not cover up the entire screen on larger display.

    How can I fix it ?

    Thank you in advance for your help

    • This topic was modified 5 years ago by 805ITS.
    #1086795

    Hey 805ITS,

    Could you post a link to where we can see the results you are getting please?

    Best regards,
    Rikard

    #1087889

    Yes here is the link. It can only be seen in large screen display because it’s showing correctly on smaller screens.

    #1087937

    Hi 805ITS,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1087951

    Yes here it is

    #1088306

    Hi 805ITS,

    Please try using the following css:

    
    .page-id-3152  #av_section_1 {
      background-size: cover
    }
    

    Best regards,
    Victoria

    #1088431

    It worked thank you very much! :)

    #1088992

    Hi,

    Great, I’m glad you got it working and thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1121015

    I have tried this on a different website with the same theme with the code below :

    .page-id-208  #av_section_1 {
      background-size: cover
    }

    Unfortunately it does not work… Can someone please look into it?

    Thank you again for all your help!

    • This reply was modified 4 years, 9 months ago by 805ITS.
    #1121141

    Hi,

    Please try this instead:

    .home  #av_section_1 {
      background-size: cover;
    }

    Best regards,
    Rikard

    #1121348

    Thank you for your response but it is not working. Any other solution?

    #1121469

    Hi,

    No other solutions unfortunately. When you say that the image is cropped, what exactly do you mean by that? Please note that when using background images to cover a containing element, then some loss of image data is inevitable.

    Best regards,
    Rikard

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